Searched refs:first_type (Results 1 - 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp15 // typedef T1 first_type;
24 static_assert((std::is_same<P::first_type, float>::value), "");
/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/ceres-solver/internal/ceres/
H A Dmap_util.h60 const typename Collection::value_type::first_type& key) {
72 const typename Collection::value_type::first_type& key,
88 const typename Collection::value_type::first_type& key,
101 const typename Collection::value_type::first_type& key) {
121 const typename Collection::value_type::first_type& key,
/external/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h48 const typename Collection::value_type::first_type& key,
63 const typename Collection::value_type::first_type& key) {
79 const typename Collection::value_type::first_type& key) {
H A 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
[all...]
/external/llvm/tools/llvm-diff/
H A DDiffLog.cpp43 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
/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/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/external/e2fsprogs/ext2ed/
H A Dinit.c162 ptr=first_type;
169 first_type=last_type=current_type=NULL;
200 if (first_type==NULL) {
201 first_type = last_type = ptr;
H A Dext2ed.h207 extern struct struct_descriptor *first_type;
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
H A Ddir_com.c567 descriptor_ptr=first_type;
H A Dfile_com.c419 descriptor_ptr=first_type;
H A Dgeneral_com.c511 descriptor_ptr=first_type;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp71 typedef T1 first_type; typedef in struct:deqp::gls::Pair
/external/regex-re2/util/
H A Dsparse_array.h241 typedef int first_type; typedef in class:re2::SparseArray::IndexValue
/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/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2353 typedef typename RawPairType::first_type KeyType;
2415 typedef typename RawPairType::first_type FirstType;
/external/gmock/include/gmock/
H A Dgmock-matchers.h2701 typedef typename RawPairType::first_type KeyType;
2763 typedef typename RawPairType::first_type FirstType;

Completed in 564 milliseconds