Searched refs:getCoords (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/
H A D1.cc32 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
61 VERIFY( it->getCoords()[0] == 3.0 );
66 VERIFY( it->getCoords()[0] == 3.0 );
72 VERIFY( &(it->getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
H A Demplace.cc34 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
70 VERIFY( it->getCoords()[0] == 3.0 );
75 VERIFY( it->getCoords()[0] == 3.0 );
81 VERIFY( &(it->getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/
H A D1.cc32 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
63 VERIFY( ret.first->getCoords()[0] == 0.0 );
68 VERIFY( it->getCoords()[0] == 3.0 );
74 VERIFY( &(ret.first->getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/
H A Demplace.cc34 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
71 VERIFY( ret.first->getCoords()[0] == 0.0 );
76 VERIFY( it->getCoords()[0] == 3.0 );
82 VERIFY( &(ret.first->getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/
H A D1.cc34 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
93 VERIFY( ret.first->second.getCoords()[0] == 0.0 );
99 VERIFY( it->second.getCoords()[0] == 3.0 );
106 VERIFY( &(ret.first->second.getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/
H A D1.cc33 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
87 VERIFY( it->second.getCoords()[0] == 3.0 );
93 VERIFY( it->second.getCoords()[0] == 3.0 );
99 VERIFY( &(it->second.getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/
H A Demplace.cc36 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
95 VERIFY( ret.first->second.getCoords()[0] == 0.0 );
101 VERIFY( it->second.getCoords()[0] == 3.0 );
108 VERIFY( &(ret.first->second.getCoords()[0]) == px );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/
H A Demplace.cc35 const std::vector<double>& getCoords() const { return coords; } function in class:PathPoint
89 VERIFY( it->second.getCoords()[0] == 3.0 );
95 VERIFY( it->second.getCoords()[0] == 3.0 );
101 VERIFY( &(it->second.getCoords()[0]) == px );

Completed in 46 milliseconds