Home
last modified time | relevance | path

Searched defs:MyAlloc (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/containers/sequences/vector/
Drobust_against_adl.pass.cpp21 struct MyAlloc { struct
29 std::vector<int, MyAlloc<int>> v; in main() argument
/external/clang/test/CodeGenObjC/
Dautorelease.m11 + (id) MyAlloc;; class
23 + (id) MyAlloc { class
/external/llvm-project/clang/test/CodeGenObjC/
Dautorelease.m11 + (id) MyAlloc;; class
23 + (id) MyAlloc { class
/external/clang/test/Rewriter/
Drewrite-modern-atautoreleasepool.mm27 + (id) MyAlloc { class
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-atautoreleasepool.mm27 + (id) MyAlloc { class
/external/abseil-cpp/absl/container/
Dinlined_vector_test.cc1551 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1567 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1628 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1653 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/libtextclassifier/abseil-cpp/absl/container/
Dinlined_vector_test.cc1562 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1578 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1639 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1664 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/angle/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1566 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1582 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1643 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1668 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/webrtc/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1551 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1567 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1628 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1653 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc1562 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1578 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1639 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1664 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/openscreen/third_party/abseil/src/absl/container/
Dinlined_vector_test.cc1566 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1582 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1643 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1668 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/external/lzma/C/
DAlloc.c132 void *MyAlloc(size_t size) in MyAlloc() function