Searched refs:PathPoint (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
H A Demplace.cc26 class PathPoint class
29 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
31 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
42 std::size_t operator() (const PathPoint& __pp) const
48 bool operator() (const PathPoint& __lhs, const PathPoint& __rhs) const
56 typedef std::unordered_multiset<PathPoint, PathPointHasher,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/
H A D1.cc29 class PathPoint class
32 PathPoint(char t, std::array<double, 3> & c) function in class:PathPoint
47 std::forward_list<PathPoint> path;
51 std::forward_list<PathPoint>::const_iterator pos = path.cbegin();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/
H A D1.cc24 class PathPoint class
27 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
29 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
40 bool operator() (const PathPoint& __lhs, const PathPoint& __rhs) const
48 typedef std::multiset<PathPoint, PathPointLess> Mset;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/
H A Demplace.cc26 class PathPoint class
29 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
31 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
42 std::size_t operator() (const PathPoint& __pp) const
48 bool operator() (const PathPoint& __lhs, const PathPoint& __rhs) const
56 typedef std::unordered_set<PathPoint, PathPointHasher, PathPointEqual> Set;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/
H A D1.cc24 class PathPoint class
27 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
29 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
40 bool operator() (const PathPoint& __lhs, const PathPoint& __rhs) const
48 typedef std::set<PathPoint, PathPointLess> Set;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/
H A D1.cc26 class PathPoint class
29 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
31 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
76 typedef map<char, PathPoint> Map;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/
H A D1.cc25 class PathPoint class
28 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
30 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
72 typedef multimap<char, PathPoint> Map;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/
H A Demplace.cc28 class PathPoint class
31 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
33 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
78 typedef unordered_map<char, PathPoint> Map;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/
H A Demplace.cc27 class PathPoint class
30 PathPoint(char t, const std::vector<double>& c) function in class:PathPoint
32 PathPoint(char t, std::vector<double>&& c) function in class:PathPoint
74 typedef unordered_multimap<char, PathPoint> Map;

Completed in 82 milliseconds