Home
last modified time | relevance | path

Searched defs:FreezableAlloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc681 struct FreezableAlloc : std::allocator<T> { struct
682 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() argument
685 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() function
689 struct rebind {
693 T* allocate(size_t n) { in allocate()
698 bool* frozen;
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc700 struct FreezableAlloc : std::allocator<T> { struct
701 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() function
704 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() function
708 struct rebind {
712 T* allocate(size_t n) { in allocate()
717 bool* frozen;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc701 struct FreezableAlloc : std::allocator<T> { struct
702 explicit FreezableAlloc(bool* f) : frozen(f) {} in FreezableAlloc() function
705 explicit FreezableAlloc(const FreezableAlloc<U>& other) in FreezableAlloc() argument
709 struct rebind {
713 T* allocate(size_t n) { in allocate()
718 bool* frozen;