Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 25 of 29) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h75 const typename Collection::value_type::first_type& key) {
85 const typename Collection::value_type::first_type& key) {
95 const typename Collection::value_type::first_type& key) {
105 const typename Collection::value_type::first_type& key) {
124 const typename Collection::value_type::first_type& key,
138 const typename Collection::value_type::first_type& key) {
150 const typename Collection::value_type::first_type& key) {
167 const typename Collection::value_type::first_type& key) {
182 const typename Collection::value_type::first_type& key) {
195 const typename Collection::value_type::first_type& key) {
[all …]
/external/clang/test/PCH/
Dcrash-12631281.cpp16 typedef _T1 first_type; typedef
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/external/libtextclassifier/util/gtl/
Dmap_util.h34 const typename Collection::value_type::first_type& key, in FindWithDefault()
57 const typename Collection::value_type::first_type& key, in InsertIfNotPresent()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h191 typedef T1 &first_type; typedef
194 first_type first;
197 tier(first_type f, second_type s) : first(f), second(s) { } in tier()
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c52 __u32 first_type; in do_test_VIDIOC_ENUM_FRAMESIZES() local
55 first_type = 0; in do_test_VIDIOC_ENUM_FRAMESIZES()
68 if (i != 0 && first_type != V4L2_FRMSIZE_TYPE_DISCRETE) { in do_test_VIDIOC_ENUM_FRAMESIZES()
80 first_type = framesize.type; in do_test_VIDIOC_ENUM_FRAMESIZES()
82 CU_ASSERT_EQUAL(framesize.type, first_type); in do_test_VIDIOC_ENUM_FRAMESIZES()
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dtypes.pass.cpp24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
/external/libcxx/include/ext/
Dhash_map239 size_t operator()(const typename _Tp::first_type& __x) const
255 size_t operator()(const typename _Tp::first_type& __x) const
273 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
276 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
279 bool operator()(const typename _Tp::first_type& __x,
280 const typename _Tp::first_type& __y) const
296 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
299 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
302 bool operator()(const typename _Tp::first_type& __x,
303 const typename _Tp::first_type& __y) const
[all …]
/external/e2fsprogs/ext2ed/
Dinit.c163 ptr=first_type; in free_struct_descriptors()
170 first_type=last_type=current_type=NULL; in free_struct_descriptors()
201 if (first_type==NULL) { in add_new_descriptor()
202 first_type = last_type = ptr; in add_new_descriptor()
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
Dext2ed.h207 extern struct struct_descriptor *first_type;
Ddir_com.c568 descriptor_ptr=first_type; in type_dir___remember()
Dfile_com.c420 descriptor_ptr=first_type; in type_file___remember()
Dgeneral_com.c512 descriptor_ptr=first_type; in set_type()
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc165 bool CheckMixedActivePassive(Vad::Activity first_type, in CheckMixedActivePassive() argument
174 .WillOnce(Return(first_type)); in CheckMixedActivePassive()
175 if (first_type == Vad::kPassive) { in CheckMixedActivePassive()
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffLog.cpp43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); in addRight()
/external/llvm/tools/llvm-diff/
DDiffLog.cpp42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/external/libcxx/include/
Dutility63 typedef T1 first_type;
317 typedef _T1 first_type;
360 return is_constructible<first_type, _U1>::value
362 && (!is_convertible<_U1, first_type>::value
368 return is_constructible<first_type, _U1>::value
370 && is_convertible<_U1, first_type>::value
493 is_copy_assignable<first_type>::value &&
496 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
506 is_move_assignable<first_type>::value &&
509 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value &&
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMeta.h115 typedef U first_type;
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc470 InstanceType first_type, last_type; in ReduceCheckInstanceType() local
471 instr->GetCheckInterval(&first_type, &last_type); in ReduceCheckInstanceType()
472 if (first_type <= type && type <= last_type) maps->Add(map, zone()); in ReduceCheckInstanceType()
/external/regex-re2/util/
Dsparse_array.h241 typedef int first_type; typedef
/external/deqp/modules/glshared/
DglsFboUtil.hpp71 typedef T1 first_type; typedef
/external/v8/src/compiler/
Djs-typed-lowering.cc656 Type* first_type = NodeProperties::GetType(first); in ReduceCreateConsString() local
657 if (!first_type->Is(Type::String())) { in ReduceCreateConsString()
660 first_type = NodeProperties::GetType(first); in ReduceCreateConsString()
/external/eigen/unsupported/Eigen/CXX11/src/util/
DCXX11Meta.h37 struct type_list<t, tt...> { constexpr static int count = sizeof...(tt) + 1; typedef t first_type; …
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2353 typedef typename RawPairType::first_type KeyType;
2415 typedef typename RawPairType::first_type FirstType;

12