| /third_party/abseil-cpp/absl/container/internal/ |
| D | hash_policy_testing.h | 118 struct Alloc : std::allocator<T> { struct 122 explicit Alloc(size_t id = 0) : id_(id) {} in id_() argument 125 Alloc& operator=(const Alloc&) = default; argument 128 Alloc(const Alloc<U>& that) : std::allocator<T>(that), id_(that.id()) {} in Alloc() argument 132 using other = Alloc<U>; argument 137 friend bool operator==(const Alloc& a, const Alloc& b) { argument
|
| D | hash_policy_traits_test.cc | 33 using Alloc = std::allocator<int>; typedef
|
| D | container_memory_test.cc | 49 using Alloc = std::allocator<std::string>; typedef in absl::container_internal::__anon828bbf250111::Fixture
|
| D | raw_hash_set_allocator_test.cc | 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; typedef
|
| /third_party/boost/boost/pending/ |
| D | container_traits.hpp | 141 vector_tag container_category(const std::vector< T, Alloc >&) in container_category() 147 unstable_tag iterator_stability(const std::vector< T, Alloc >&) in iterator_stability() 168 list_tag container_category(const std::list< T, Alloc >&) in container_category() 174 stable_tag iterator_stability(const std::list< T, Alloc >&) in iterator_stability() 194 set_tag container_category(const std::set< Key, Cmp, Alloc >&) in container_category() 200 stable_tag iterator_stability(const std::set< Key, Cmp, Alloc >&) in iterator_stability() 220 multiset_tag container_category(const std::multiset< Key, Cmp, Alloc >&) in container_category() 226 stable_tag iterator_stability(const std::multiset< Key, Cmp, Alloc >&) in iterator_stability() 255 map_tag container_category(const std::map< Key, T, Cmp, Alloc >&) in container_category() 261 stable_tag iterator_stability(const std::map< Key, T, Cmp, Alloc >&) in iterator_stability() [all …]
|
| /third_party/flutter/skia/src/core/ |
| D | SkRegionPriv.h | 83 static RunHead* Alloc(int count) { in Alloc() function 100 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() function
|
| D | SkDescriptor.cpp | 16 std::unique_ptr<SkDescriptor> SkDescriptor::Alloc(size_t length) { in Alloc() function in SkDescriptor
|
| D | SkRWBuffer.cpp | 33 static SkBufferBlock* Alloc(size_t length) { in Alloc() function 78 static SkBufferHead* Alloc(size_t length) { in Alloc() function
|
| D | SkBitmapCache.cpp | 176 SkBitmapCache::RecPtr SkBitmapCache::Alloc(const SkBitmapCacheDesc& desc, const SkImageInfo& info, in Alloc() function in SkBitmapCache
|
| D | SkAAClip.cpp | 80 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc() function
|
| /third_party/grpc/src/core/lib/gprpp/ |
| D | arena.h | 58 void* Alloc(size_t size) { in Alloc() function
|
| /third_party/node/test/addons/buffer-free-callback/ |
| D | binding.cc | 14 void Alloc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Alloc() function
|
| /third_party/boost/boost/io/ |
| D | quoted.hpp | 140 const quoted_proxy<const std::basic_string<Char, Traits, Alloc>*, in operator <<() argument 150 const quoted_proxy<std::basic_string<Char, Traits, Alloc>*, Char>& proxy) in operator <<() argument 159 const quoted_proxy<std::basic_string<Char, Traits, Alloc>*, Char>& proxy) in operator >>() argument
|
| /third_party/boost/boost/io/detail/ |
| D | quoted_manip.hpp | 100 const quoted_proxy<std::basic_string<Char, Traits, Alloc>&, Char>& proxy) in operator <<() argument 126 const quoted_proxy<std::basic_string<Char, Traits, Alloc>&, Char>& proxy) in operator >>() argument
|
| /third_party/boost/libs/geometry/doc/index/src/examples/rtree/ |
| D | interprocess.cpp | 42 typedef allocator<B, managed_shared_memory::segment_manager> Alloc; in main() typedef
|
| /third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_libpci.cpp | 72 decltype(&::pci_alloc) Alloc = nullptr; member
|
| /third_party/abseil-cpp/absl/container/ |
| D | fixed_array_test.cc | 633 using Alloc = std::allocator<T>; typedef in __anon80f64b8c0111::CountingAllocator 688 using Alloc = CountingAllocator<int>; in TEST() typedef 709 using Alloc = CountingAllocator<int>; in TEST() typedef 730 using Alloc = CountingAllocator<int>; in TEST() typedef 758 using Alloc = CountingAllocator<int>; in TEST() typedef 790 using Alloc = CountingAllocator<int>; in TEST() typedef
|
| D | inlined_vector_test.cc | 1680 using Alloc = CountingAllocator<StdVector>; in TEST() typedef 1708 using Alloc = CountingAllocator<StdVector>; in TEST() typedef 1733 using Alloc = CountingAllocator<int>; in TEST() typedef
|
| /third_party/flutter/skia/tools/ |
| D | SkMetaData.cpp | 225 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { in Alloc() function in SkMetaData::Rec
|
| /third_party/abseil-cpp/absl/base/internal/ |
| D | low_level_alloc.cc | 605 void *LowLevelAlloc::Alloc(size_t request) { in Alloc() function in absl::base_internal::LowLevelAlloc
|
| /third_party/boost/boost/unordered/detail/ |
| D | implementation.hpp | 1220 inline SizeType call_max_size(const Alloc&, in call_max_size() 1601 void construct_from_tuple(Alloc&, T* ptr, boost::tuple<>) in construct_from_tuple() argument 1632 void construct_from_tuple(Alloc&, T* ptr, std::tuple<>) in construct_from_tuple() argument 1689 boost::unordered::detail::func::length<0>, Alloc&, T* ptr, in construct_from_tuple_impl() argument 1811 Alloc&, T* address, BOOST_FWD_REF(Args)... args) in construct_from_args() argument 1850 Alloc&, T* address, emplace_args1<A0> const& args) in construct_from_args() argument 1857 Alloc&, T* address, emplace_args2<A0, A1> const& args) in construct_from_args() argument 1866 Alloc&, T* address, emplace_args3<A0, A1, A2> const& args) in construct_from_args() argument
|
| /third_party/boost/boost/lockfree/ |
| D | spsc_queue.hpp | 554 …runtime_sized_ringbuffer(typename boost::allocator_rebind<Alloc, U>::type const & alloc, size_type… in runtime_sized_ringbuffer()
|
| /third_party/boost/boost/graph/ |
| D | adjacency_matrix.hpp | 478 typedef typename Allocator::template rebind< StoredEdge >::other Alloc; typedef in boost::adjacency_matrix 482 Alloc; typedef in boost::adjacency_matrix
|
| /third_party/boost/boost/circular_buffer/ |
| D | base.hpp | 2636 void swap_allocator(circular_buffer<T, Alloc>&, const true_type&) { in swap_allocator() argument
|
| /third_party/grpc/src/core/ext/filters/client_channel/ |
| D | client_channel.cc | 453 void* Alloc(size_t size) override { return calld_->arena_->Alloc(size); } in Alloc() function in grpc_core::__anonb983793c0111::CallData::LbCallState
|