Home
last modified time | relevance | path

Searched refs:GetPointers (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DCLPlatform.h78 static PlatformPtrs &GetPointers();
133 return GetPointers(); in GetPlatforms()
141 inline PlatformPtrs &Platform::GetPointers() in GetPointers() function
DCLPlatform.cpp66 PlatformPtrs &platforms = GetPointers(); in Initialize()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc91 auto& pointers = GetPointers(n); in allocate()
107 GetPointers(n).push_back(p); in deallocate()
114 static std::vector<T*>& GetPointers(size_t n) { in GetPointers() function in __anon656b0e720111::RandomizedAllocator