Searched refs:a_reference (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/ptr_container/doc/ |
D | ptr_multimap_adapter.rst | 101 map_type::reference a_reference = *m.begin(); 102 a_reference.second->foo();
|
D | ptr_map_adapter.rst | 106 map_type::reference a_reference = *m.begin(); 107 a_reference.second->foo();
|
/third_party/boost/libs/ptr_container/test/ |
D | ptr_unordered_map.cpp | 399 map_type::reference a_reference = *m2.begin(); in test_map() local 400 a_reference.second->foo(); in test_map()
|
D | ptr_map.cpp | 399 map_type::reference a_reference = *m2.begin(); in test_map() local 400 a_reference.second->foo(); in test_map()
|
/third_party/json/test/src/ |
D | unit-conversions.cpp | 238 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);
|
D | unit-constructor1.cpp | 249 … json::array_t a_reference {json(1), json(1u), json(2.2), json(false), json("string"), json()}; variable 250 json j_reference(a_reference);
|