OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MovableStruct
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
mvctor_test.h
62
struct
MovableStruct
{
63
MovableStruct
() { ++nb_dft_construct_call; }
64
MovableStruct
(
MovableStruct
const&) { ++nb_cpy_construct_call; }
67
MovableStruct
(std::__move_source<
MovableStruct
>)
69
MovableStruct
(__move_source<
MovableStruct
>)
73
~
MovableStruct
() { ++nb_destruct_call; }
75
MovableStruct
& operator = (const MovableStruct&)
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
mvctor_test.h
62
struct
MovableStruct
{
63
MovableStruct
() { ++nb_dft_construct_call; }
64
MovableStruct
(
MovableStruct
const&) { ++nb_cpy_construct_call; }
67
MovableStruct
(std::__move_source<
MovableStruct
>)
69
MovableStruct
(__move_source<
MovableStruct
>)
73
~
MovableStruct
() { ++nb_destruct_call; }
75
MovableStruct
& operator = (const MovableStruct&)
[
all
...]
/ndk/tests/device/test-stlport/unit/
mvctor_test.h
62
struct
MovableStruct
{
63
MovableStruct
() { ++nb_dft_construct_call; }
64
MovableStruct
(
MovableStruct
const&) { ++nb_cpy_construct_call; }
67
MovableStruct
(std::__move_source<
MovableStruct
>)
69
MovableStruct
(__move_source<
MovableStruct
>)
73
~
MovableStruct
() { ++nb_destruct_call; }
75
MovableStruct
& operator = (const MovableStruct&)
[
all
...]
Completed in 1838 milliseconds