Searched defs:PointEx (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Ddeque_test.cpp236 struct PointEx : public Point { struct in inherits:Point
237 PointEx() : builtFromBase(false) {} function in struct:PointEx
238 PointEx(const Point&) : builtFromBase(true) {} function in struct:PointEx
248 struct __type_traits<PointEx> {
261 //operation as PointEx copy constructor is trivial
268 deque<PointEx> d2(d1.begin(), d1.end());
H A Dvector_test.cpp407 struct PointEx : public Point { struct in inherits:Point
408 PointEx() : builtFromBase(false) {} function in struct:PointEx
409 PointEx(const Point&) : builtFromBase(true) {} function in struct:PointEx
419 struct __type_traits<PointEx> {
432 //operation as PointEx copy constructor is trivial
439 vector<PointEx> v2(v1.begin(), v1.end());

Completed in 173 milliseconds