OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_construct
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp
32
int
b_construct
= 0;
variable
43
++
b_construct
;
111
b_construct
= 0;
115
assert(
b_construct
== 0);
118
assert(
b_construct
== 1);
122
b_construct
= 0;
126
assert(
b_construct
== 0);
129
assert(
b_construct
== 1);
133
b_construct
= 0;
137
assert(
b_construct
== 0)
[
all
...]
Completed in 49 milliseconds