OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_copied
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/test/support/
experimental_any_helpers.h
80
static int
const_copied
;
86
small_type::
const_copied
= 0;
100
++
const_copied
;
137
int small_type<Dummy>::
const_copied
= 0;
154
static int
const_copied
;
160
large_type::
const_copied
= 0;
175
++
const_copied
;
213
int large_type<Dummy>::
const_copied
= 0;
any_helpers.h
104
static int
const_copied
;
member in struct:small_type
110
small_type::
const_copied
= 0;
member in class:small_type::small_type
130
++
const_copied
;
167
int small_type<Dummy>::
const_copied
= 0;
member in class:small_type
184
static int
const_copied
;
member in struct:large_type
190
large_type::
const_copied
= 0;
member in class:large_type::large_type
211
++
const_copied
;
249
int large_type<Dummy>::
const_copied
= 0;
member in class:large_type
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h
80
static int
const_copied
;
86
small_type::
const_copied
= 0;
100
++
const_copied
;
137
int small_type<Dummy>::
const_copied
= 0;
154
static int
const_copied
;
160
large_type::
const_copied
= 0;
175
++
const_copied
;
213
int large_type<Dummy>::
const_copied
= 0;
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp
200
assert(Type::
const_copied
== 0);
214
assert(Type::
const_copied
== 1);
228
assert(Type::
const_copied
== 1);
242
assert(Type::
const_copied
== 0);
256
assert(Type::
const_copied
== 1);
270
assert(Type::
const_copied
== 1);
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp
216
assert(Type::
const_copied
== 0);
230
assert(Type::
const_copied
== 0);
244
assert(Type::
const_copied
== 1);
259
assert(Type::
const_copied
== 0);
274
assert(Type::
const_copied
== 0);
290
assert(Type::
const_copied
== 1);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp
199
assert(Type::
const_copied
== 0);
213
assert(Type::
const_copied
== 1);
227
assert(Type::
const_copied
== 1);
241
assert(Type::
const_copied
== 0);
255
assert(Type::
const_copied
== 1);
269
assert(Type::
const_copied
== 1);
Completed in 64 milliseconds