OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompleteMovableStruct
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
mvctor_traits_test.cpp
30
struct
CompleteMovableStruct
{
31
CompleteMovableStruct
() { ++nb_dft_construct_call; }
32
CompleteMovableStruct
(
CompleteMovableStruct
const&) { ++nb_cpy_construct_call; }
34
CompleteMovableStruct
(__move_source<
CompleteMovableStruct
>) { ++nb_mv_construct_call; }
36
~
CompleteMovableStruct
() { ++nb_destruct_call; }
38
CompleteMovableStruct
& operator = (const
CompleteMovableStruct
&) {
58
size_t
CompleteMovableStruct
::nb_dft_construct_call = 0
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
mvctor_traits_test.cpp
30
struct
CompleteMovableStruct
{
31
CompleteMovableStruct
() { ++nb_dft_construct_call; }
32
CompleteMovableStruct
(
CompleteMovableStruct
const&) { ++nb_cpy_construct_call; }
34
CompleteMovableStruct
(__move_source<
CompleteMovableStruct
>) { ++nb_mv_construct_call; }
36
~
CompleteMovableStruct
() { ++nb_destruct_call; }
38
CompleteMovableStruct
& operator = (const
CompleteMovableStruct
&) {
58
size_t
CompleteMovableStruct
::nb_dft_construct_call = 0
[
all
...]
/ndk/tests/device/test-stlport/unit/
mvctor_traits_test.cpp
30
struct
CompleteMovableStruct
{
31
CompleteMovableStruct
() { ++nb_dft_construct_call; }
32
CompleteMovableStruct
(
CompleteMovableStruct
const&) { ++nb_cpy_construct_call; }
34
CompleteMovableStruct
(__move_source<
CompleteMovableStruct
>) { ++nb_mv_construct_call; }
36
~
CompleteMovableStruct
() { ++nb_destruct_call; }
38
CompleteMovableStruct
& operator = (const
CompleteMovableStruct
&) {
58
size_t
CompleteMovableStruct
::nb_dft_construct_call = 0
[
all
...]
Completed in 888 milliseconds