Home
last modified time | relevance | path

Searched refs:PointEx (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Ddeque_test.cpp236 struct PointEx : public Point { struct
237 PointEx() : builtFromBase(false) {} in PointEx() argument
238 PointEx(const Point&) : builtFromBase(true) {} in PointEx() function
248 struct __type_traits<PointEx> { argument
268 deque<PointEx> d2(d1.begin(), d1.end()); in optimizations_check()
Dvector_test.cpp407 struct PointEx : public Point { struct
408 PointEx() : builtFromBase(false) {} in PointEx() argument
409 PointEx(const Point&) : builtFromBase(true) {} in PointEx() argument
419 struct __type_traits<PointEx> { argument
439 vector<PointEx> v2(v1.begin(), v1.end()); in optimizations_check()
/ndk/tests/device/test-gnustl-full/unit/
Ddeque_test.cpp236 struct PointEx : public Point { struct
237 PointEx() : builtFromBase(false) {} in PointEx() argument
238 PointEx(const Point&) : builtFromBase(true) {} in PointEx() function
248 struct __type_traits<PointEx> { argument
268 deque<PointEx> d2(d1.begin(), d1.end()); in optimizations_check()
Dvector_test.cpp407 struct PointEx : public Point { struct
408 PointEx() : builtFromBase(false) {} in PointEx() function
409 PointEx(const Point&) : builtFromBase(true) {} in PointEx() argument
419 struct __type_traits<PointEx> { argument
439 vector<PointEx> v2(v1.begin(), v1.end()); in optimizations_check()