Home
last modified time | relevance | path

Searched defs:get_alloc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
H A Dexceptions.pass.cpp114 std::vector<ThrowingT> get_alloc(1); in main() local
123 std::vector<ThrowingT> get_alloc(1, v); in main() local
130 AllocVec get_alloc(0, alloc); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/
H A Dctor_exceptions.pass.cpp88 AllocVec get_alloc(0, alloc); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp41 Alloc* get_alloc() noexcept { return std::addressof(data_.first()); } in get_alloc() function
/aosp_15_r20/external/libcxx/test/support/
H A Duses_alloc_types.hpp261 const CtorAlloc *get_alloc() const { return alloc_store.get_allocator(); } in get_alloc() function