Home
last modified time | relevance | path

Searched refs:a_reference (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/ptr_container/doc/
Dptr_multimap_adapter.rst101 map_type::reference a_reference = *m.begin();
102 a_reference.second->foo();
Dptr_map_adapter.rst106 map_type::reference a_reference = *m.begin();
107 a_reference.second->foo();
/third_party/boost/libs/ptr_container/test/
Dptr_unordered_map.cpp399 map_type::reference a_reference = *m2.begin(); in test_map() local
400 a_reference.second->foo(); in test_map()
Dptr_map.cpp399 map_type::reference a_reference = *m2.begin(); in test_map() local
400 a_reference.second->foo(); in test_map()
/third_party/json/test/src/
Dunit-conversions.cpp238 json::array_t a_reference{json(1), json(1u), json(2.2), variable
240 json j(a_reference);
354 json::array_t a_reference{json(1), json(1u), json(2.2), variable
356 json j(a_reference);
414 json::array_t a_reference{json(1), json(1u), json(2.2), variable
416 json j(a_reference);
Dunit-constructor1.cpp249 … json::array_t a_reference {json(1), json(1u), json(2.2), json(false), json("string"), json()}; variable
250 json j_reference(a_reference);