HomeSort by relevance Sort by last modified time
    Searched full:b_construct (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/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 42 milliseconds