Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/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
/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
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
47 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; variable
149 JITLinkMemoryManager::Allocation &Alloc) const override { in copyAndFixUpBlocks()
/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.h42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h40 BumpPtrAllocator Alloc; variable
/third_party/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
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/third_party/gn/src/util/
Daligned_alloc.h50 static 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/grpc/src/core/lib/gprpp/
Darena.h58 void* Alloc(size_t size) { 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/skia/third_party/externals/dng_sdk/source/
Ddng_auto_ptr.h174 void AutoPtr<T>::Alloc () in Alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp118 VOID* Object::Alloc( in Alloc() function in Addr::Object
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp72 decltype(&::pci_alloc) Alloc = nullptr; member
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_libpci.cpp74 decltype(&::pci_alloc) Alloc = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp181 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DMergingTypeTableBuilder.cpp83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h49 VNInfo::Allocator *Alloc = nullptr; variable

1234