Home
last modified time | relevance | path

Searched defs:Arena (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Darena.c39 typedef struct Arena { struct
42 } Arena; typedef
[all...]
/third_party/protobuf/src/google/protobuf/
H A Darena.h251 explicit Arena(const ArenaOptions& options) : impl_(options) { Arena() function
266 Arena() : impl_(ArenaOptions()) { Init(ArenaOptions()); } Arena() function
[all...]
/third_party/python/Lib/multiprocessing/
H A Dheap.py31 class Arena(object): class
67 class Arena(object): class
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) Arena() function in absl::base_internal::LowLevelAlloc::Arena
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h269 ArenaPtr Arena; member in Ice::VariableDeclarationList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp318 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier() argument
325 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName() argument
335 synthesizeQualifiedName(ArenaAllocator &Arena, StringView Name) synthesizeQualifiedName() argument
341 synthesizeVariable(ArenaAllocator &Arena, TypeNode *Type, StringView VariableName) synthesizeVariable() argument
350 demangleUntypedVariable( ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) demangleUntypedVariable() argument
364 demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, StringView &MangledName) demangleRttiBaseClassDescriptorNode() argument
1557 nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, size_t Count) nodeListToNodeArray() argument
[all...]

Completed in 5 milliseconds