OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
utility.h
112
constexpr size_t
__sz
= sizeof...(_Types);
local
113
constexpr bool __found[
__sz
] = { __is_same(_Tp, _Types) ... };
114
size_t __n =
__sz
;
115
for (size_t __i = 0; __i <
__sz
; ++__i)
119
if (__n <
__sz
) // more than one _Tp found
120
return
__sz
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
utility.h
112
constexpr size_t
__sz
= sizeof...(_Types);
local
113
constexpr bool __found[
__sz
] = { __is_same(_Tp, _Types) ... };
114
size_t __n =
__sz
;
115
for (size_t __i = 0; __i <
__sz
; ++__i)
119
if (__n <
__sz
) // more than one _Tp found
120
return
__sz
;
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026