Searched defs:first_type (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/PCH/
H A Dcrash-12631281.cpp16 typedef _T1 first_type; typedef in struct:pair
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng_unittest.cc165 bool CheckMixedActivePassive(Vad::Activity first_type, argument
174 .WillOnce(Return(first_type));
175 if (first_type == Vad::kPassive) {
/external/regex-re2/util/
H A Dsparse_array.h241 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/external/e2fsprogs/ext2ed/
H A Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:struct_descriptor
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc469 InstanceType first_type, last_type; local
470 instr->GetCheckInterval(&first_type, &last_type);
471 if (first_type <= type && type <= last_type) maps->Add(map, zone());
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp71 typedef T1 first_type; typedef in struct:deqp::gls::Pair

Completed in 170 milliseconds