Searched defs:first_type (Results 1 - 12 of 12) 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/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorMeta.h115 typedef U first_type; typedef in struct:Eigen::Tuple
/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DCXX11Meta.h37 struct type_list<t, tt...> { constexpr static int count = sizeof...(tt) + 1; typedef t first_type; }; typedef in struct:Eigen::internal::type_list
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_ENUM_FRAMESIZES.c52 __u32 first_type; local
55 first_type = 0;
68 if (i != 0 && first_type != V4L2_FRMSIZE_TYPE_DISCRETE) {
80 first_type = framesize.type;
82 CU_ASSERT_EQUAL(framesize.type, first_type);
/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.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:struct_descriptor
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h191 typedef T1 &first_type; typedef in struct:llvm::tier
194 first_type first;
197 tier(first_type f, second_type s) : first(f), second(s) { }
/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
/external/protobuf/src/google/protobuf/
H A Dmap.h473 typedef const Key first_type; typedef in class:google::protobuf::MapPair
/external/v8/src/compiler/
H A Djs-typed-lowering.cc588 Type* first_type = NodeProperties::GetType(first); local
589 if (!first_type->Is(Type::String())) {
592 first_type = NodeProperties::GetType(first);

Completed in 418 milliseconds