Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 16 of 16) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dmap_util.h73 const typename Collection::value_type::second_type&
83 typename Collection::value_type::second_type&
93 const typename Collection::value_type::second_type&
103 typename Collection::value_type::second_type&
122 const typename Collection::value_type::second_type&
125 const typename Collection::value_type::second_type& value) {
136 const typename Collection::value_type::second_type*
148 typename Collection::value_type::second_type*
165 typename Collection::value_type::second_type
170 return typename Collection::value_type::second_type();
[all …]
/third_party/libabigail/tests/data/test-annotate/
Dtest2.so.abi13 <!-- second_type::second_type() -->
15 <!-- second_type::second_type() -->
78 <!-- struct second_type -->
79 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h…
81 <!-- integer second_type::member0 -->
85 <!-- character second_type::member1 -->
89 <!-- second_type::second_type() -->
90 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-…
91 <!-- implicit parameter of type 'second_type*' -->
98 <!-- second_type::second_type() -->
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest2-1.cc8 second_type::second_type() in second_type() function in second_type
15 second_type*
17 {return new second_type;} in build_second_type()
Dtest2.h12 struct second_type struct
17 second_type(); argument
Dtest2.so.hash.abi52 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h…
60 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-…
66 …<function-decl name='second_type' mangled-name='_ZN11second_typeC2Ev' filepath='/home/dodji/git/li…
Dtest2.so.abi52 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h…
60 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-…
66 …<function-decl name='second_type' mangled-name='_ZN11second_typeC2Ev' filepath='/home/dodji/git/li…
/third_party/libabigail/tests/data/test-read-ctf/
Dtest7.h19 struct second_type struct
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function153 psa_key_type_t second_type = (psa_key_type_t) second_type_arg;
184 psa_set_key_type( &attributes, second_type );
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc306 typename T::second_type b1{kFirstString};
308 typename T::second_type b2{kSecondString};
/third_party/libabigail/src/
Dabg-comp-filter.cc1346 type_base *second_type = in has_harmless_enum_to_int_change() local
1351 else if (const enum_type_decl *e = is_enum_type(second_type)) in has_harmless_enum_to_int_change()
1356 else if (const type_base *i = is_type_decl(second_type)) in has_harmless_enum_to_int_change()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp72 typedef T2 second_type; typedef
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1151 const struct glsl_type *second_type = second->deref->type; in try_vectorize() local
1152 if (is_strided_vector(first_type) || is_strided_vector(second_type)) in try_vectorize()
/third_party/protobuf/src/google/protobuf/
Dmap.h263 using second_type = T;
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h2880 typedef typename RawPairType::second_type SecondType;
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc1488 using second_type = std::string; in TEST() typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp14690 typedef _T2 second_type; typedef
14866 second = std::forward<second_type>(__p.second); in operator =()
19951 : public unary_function<_Pair, typename _Pair::second_type>
19953 typename _Pair::second_type&
19957 const typename _Pair::second_type&