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

  /external/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...]
  /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 111 milliseconds