OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_list
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/SemaCXX/
crash-lambda-12645424.cpp
10
template<typename... Types> struct
type_list
;
22
template<typename... Ts, template<typename> class... Funs> struct tl_map<
type_list
<Ts...>, Funs...> {
23
typedef
type_list
<typename C<Ts, Funs...>::type...> type;
39
template<typename Arg0> rvalue_builder<
type_list
<Arg0> > on(const Arg0& ) ;
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_finder.py
168
type_list
= set([browser.browser_type for browser in possible_browsers])
174
type_list
.add('reference')
176
type_list
= list(
type_list
)
177
type_list
.sort()
178
return
type_list
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h
106
tree
type_list
;
variable
108
/* A TREE_LIST of INTEGER_CSTs that correspond to the
type_list
entries,
146
tree
type_list
;
member in struct:eh_region_u::eh_region_u_allowed
/external/freetype/src/base/
ftrfork.c
61
FT_Long
type_list
;
local
122
if ( FT_READ_USHORT(
type_list
) )
124
if (
type_list
== -1 )
127
error = FT_Stream_Seek( stream, (FT_ULong)( map_pos +
type_list
) );
131
*map_offset = map_pos +
type_list
;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftrfork.c
61
FT_Long
type_list
;
local
133
if ( FT_READ_USHORT(
type_list
) )
135
if (
type_list
== -1 )
138
error = FT_Stream_Seek( stream, (FT_ULong)( map_pos +
type_list
) );
142
*map_offset = map_pos +
type_list
;
/external/pdfium/third_party/freetype/src/base/
ftrfork.c
61
FT_Long
type_list
;
local
133
if ( FT_READ_USHORT(
type_list
) )
135
if (
type_list
== -1 )
138
error = FT_Stream_Seek( stream, (FT_ULong)( map_pos +
type_list
) );
142
*map_offset = map_pos +
type_list
;
Completed in 1129 milliseconds