Home
last modified time | relevance | path

Searched refs:a_key (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dptr_map.cpp121 BOOST_DEDUCED_TYPENAME C::key_type a_key; in ptr_map_test() local
133 a_key = get_next_key( a_key ); in ptr_map_test()
134 c.insert( a_key, new T ); in ptr_map_test()
135 a_key = get_next_key( a_key ); in ptr_map_test()
136 c.insert( a_key, new T ); in ptr_map_test()
141 c3.erase( a_key ); in ptr_map_test()
153 a_key = get_next_key( a_key ); in ptr_map_test()
154 c.insert( a_key, new T ); in ptr_map_test()
155 a_key = get_next_key( a_key ); in ptr_map_test()
157 c.insert( a_key, std::auto_ptr<T>( new T ) ); in ptr_map_test()
[all …]
Dptr_unordered_map.cpp121 BOOST_DEDUCED_TYPENAME C::key_type a_key; in ptr_map_test() local
133 a_key = get_next_key( a_key ); in ptr_map_test()
134 c.insert( a_key, new T ); in ptr_map_test()
135 a_key = get_next_key( a_key ); in ptr_map_test()
136 c.insert( a_key, new T ); in ptr_map_test()
141 c3.erase( a_key ); in ptr_map_test()
153 a_key = get_next_key( a_key ); in ptr_map_test()
154 c.insert( a_key, new T ); in ptr_map_test()
155 a_key = get_next_key( a_key ); in ptr_map_test()
157 c.insert( a_key, std::auto_ptr<T>( new T ) ); in ptr_map_test()
[all …]
/third_party/grpc/third_party/upb/upb/
Dmsg.c143 static void _upb_mapsorter_getkeys(const void *_a, const void *_b, void *a_key, in _upb_mapsorter_getkeys() argument
149 _upb_map_fromkey(a_tabkey, a_key, size); in _upb_mapsorter_getkeys()
/third_party/grpc/src/ruby/spec/
Dclient_server_spec.rb346 symbol_key = { a_key: 'a val' }
415 symbol_key = { a_key: 'a val' }
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
531 key_(a_key), value_(a_value) { in TestProperty()
/third_party/googletest/googletest/include/gtest/
Dgtest.h543 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
544 key_(a_key), value_(a_value) { in TestProperty()
/third_party/cef/tools/distrib/gtest/
Dgtest.h10424 TestProperty(const std::string& a_key, const std::string& a_value) :
10425 key_(a_key), value_(a_value) {