Home
last modified time | relevance | path

Searched defs:last_type (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h323 template <typename Head, typename... Tail> struct last_type { struct
324 using type = typename last_type<Tail...>::type; argument
/external/e2fsprogs/ext2ed/
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc517 DWORD last_type = std::numeric_limits<DWORD>::max(); in PrintFrameDataUsingPDB() local
/external/python/cpython3/Modules/
D_lsprof.c330 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c914 pb_type_t last_type; in pb_decode_noinit() local
/external/python/cpython2/Modules/
D_lsprof.c383 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
/external/nanopb-c/
Dpb_decode.c1013 pb_type_t last_type; in pb_decode_noinit() local
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c55 const struct glsl_type *last_type; member
85 const struct glsl_type *last_type; member
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1427 ThemeType last_type = null; in ApplyStyle() local
/external/brotli/c/enc/
Dbrotli_bit_stream.c52 size_t last_type; member