OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointEx
(Results
1 - 6
of
6
) sorted by null
/external/stlport/test/unit/
deque_test.cpp
236
struct
PointEx
: public Point {
237
PointEx
() : builtFromBase(false) {}
238
PointEx
(const Point&) : builtFromBase(true) {}
248
struct __type_traits<
PointEx
> {
261
//operation as
PointEx
copy constructor is trivial
268
deque<
PointEx
> d2(d1.begin(), d1.end());
vector_test.cpp
407
struct
PointEx
: public Point {
408
PointEx
() : builtFromBase(false) {}
409
PointEx
(const Point&) : builtFromBase(true) {}
419
struct __type_traits<
PointEx
> {
432
//operation as
PointEx
copy constructor is trivial
439
vector<
PointEx
> v2(v1.begin(), v1.end());
/ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp
236
struct
PointEx
: public Point {
237
PointEx
() : builtFromBase(false) {}
238
PointEx
(const Point&) : builtFromBase(true) {}
248
struct __type_traits<
PointEx
> {
261
//operation as
PointEx
copy constructor is trivial
268
deque<
PointEx
> d2(d1.begin(), d1.end());
vector_test.cpp
407
struct
PointEx
: public Point {
408
PointEx
() : builtFromBase(false) {}
409
PointEx
(const Point&) : builtFromBase(true) {}
419
struct __type_traits<
PointEx
> {
432
//operation as
PointEx
copy constructor is trivial
439
vector<
PointEx
> v2(v1.begin(), v1.end());
/ndk/tests/device/test-stlport/unit/
deque_test.cpp
236
struct
PointEx
: public Point {
237
PointEx
() : builtFromBase(false) {}
238
PointEx
(const Point&) : builtFromBase(true) {}
248
struct __type_traits<
PointEx
> {
261
//operation as
PointEx
copy constructor is trivial
268
deque<
PointEx
> d2(d1.begin(), d1.end());
vector_test.cpp
407
struct
PointEx
: public Point {
408
PointEx
() : builtFromBase(false) {}
409
PointEx
(const Point&) : builtFromBase(true) {}
419
struct __type_traits<
PointEx
> {
432
//operation as
PointEx
copy constructor is trivial
439
vector<
PointEx
> v2(v1.begin(), v1.end());
Completed in 184 milliseconds