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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 247 struct InAllocatorConstructGuard {
250 InAllocatorConstructGuard(ConstructController* cc) : m_cc(cc) {
256 ~InAllocatorConstructGuard() {
260 InAllocatorConstructGuard(InAllocatorConstructGuard const&);
261 InAllocatorConstructGuard& operator=(InAllocatorConstructGuard const&);
299 InAllocatorConstructGuard g(controller);
309 InAllocatorConstructGuard g(controller);
  /external/libcxx/test/support/
container_test_types.h 262 struct InAllocatorConstructGuard {
265 InAllocatorConstructGuard(ConstructController* cc) : m_cc(cc) {
271 ~InAllocatorConstructGuard() {
275 InAllocatorConstructGuard(InAllocatorConstructGuard const&);
276 InAllocatorConstructGuard& operator=(InAllocatorConstructGuard const&);
314 InAllocatorConstructGuard g(controller);
324 InAllocatorConstructGuard g(controller);

Completed in 372 milliseconds