Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 26) sorted by relevance

12

/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h118 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
Dhash_policy_traits_test.cc33 using Alloc = std::allocator<int>; typedef
Dcontainer_memory_test.cc49 using Alloc = std::allocator<std::string>; typedef in absl::container_internal::__anon828bbf250111::Fixture
Draw_hash_set_allocator_test.cc175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; typedef
/third_party/boost/boost/pending/
Dcontainer_traits.hpp141 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/
DSkRegionPriv.h83 static RunHead* Alloc(int count) { in Alloc() function
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) { in Alloc() function
DSkDescriptor.cpp16 std::unique_ptr<SkDescriptor> SkDescriptor::Alloc(size_t length) { in Alloc() function in SkDescriptor
DSkRWBuffer.cpp33 static SkBufferBlock* Alloc(size_t length) { in Alloc() function
78 static SkBufferHead* Alloc(size_t length) { in Alloc() function
DSkBitmapCache.cpp176 SkBitmapCache::RecPtr SkBitmapCache::Alloc(const SkBitmapCacheDesc& desc, const SkImageInfo& info, in Alloc() function in SkBitmapCache
DSkAAClip.cpp80 static RunHead* Alloc(int rowCount, size_t dataSize) { in Alloc() function
/third_party/grpc/src/core/lib/gprpp/
Darena.h58 void* Alloc(size_t size) { in Alloc() function
/third_party/node/test/addons/buffer-free-callback/
Dbinding.cc14 void Alloc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Alloc() function
/third_party/boost/boost/io/
Dquoted.hpp140 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/
Dquoted_manip.hpp100 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/
Dinterprocess.cpp42 typedef allocator<B, managed_shared_memory::segment_manager> Alloc; in main() typedef
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp72 decltype(&::pci_alloc) Alloc = nullptr; member
/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc633 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
Dinlined_vector_test.cc1680 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/
DSkMetaData.cpp225 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { in Alloc() function in SkMetaData::Rec
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc605 void *LowLevelAlloc::Alloc(size_t request) { in Alloc() function in absl::base_internal::LowLevelAlloc
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1220 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/
Dspsc_queue.hpp554 …runtime_sized_ringbuffer(typename boost::allocator_rebind<Alloc, U>::type const & alloc, size_type… in runtime_sized_ringbuffer()
/third_party/boost/boost/graph/
Dadjacency_matrix.hpp478 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/
Dbase.hpp2636 void swap_allocator(circular_buffer<T, Alloc>&, const true_type&) { in swap_allocator() argument
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc453 void* Alloc(size_t size) override { return calld_->arena_->Alloc(size); } in Alloc() function in grpc_core::__anonb983793c0111::CallData::LbCallState

12