Home
last modified time | relevance | path

Searched refs:DescriptorPool (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp34 DescriptorPool::DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem) in DescriptorPool() function in vk::DescriptorPool
40 void DescriptorPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy()
45 size_t DescriptorPool::ComputeRequiredAllocationSize(const VkDescriptorPoolCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize()
58 VkResult DescriptorPool::allocateSets(uint32_t descriptorSetCount, const VkDescriptorSetLayout *pSe… in allocateSets()
79 uint8_t *DescriptorPool::findAvailableMemory(size_t size) in findAvailableMemory()
121 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets()
177 void DescriptorPool::freeSets(uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) in freeSets()
185 void DescriptorPool::freeSet(const VkDescriptorSet descriptorSet) in freeSet()
195 VkResult DescriptorPool::reset() in reset()
202 size_t DescriptorPool::computeTotalFreeSize() const in computeTotalFreeSize()
DVkDescriptorPool.hpp23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class
26 DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem);
59 static inline DescriptorPool *Cast(VkDescriptorPool object) in Cast()
61 return DescriptorPool::Cast(object); in Cast()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc504 class DescriptorPool::Tables {
585 Symbol FindByNameHelper(const DescriptorPool* pool, StringPiece name);
789 DescriptorPool::Tables::Tables() in Tables()
816 DescriptorPool::Tables::~Tables() { GOOGLE_DCHECK(checkpoints_.empty()); } in ~Tables()
838 void DescriptorPool::Tables::AddCheckpoint() { in AddCheckpoint()
842 void DescriptorPool::Tables::ClearLastCheckpoint() { in ClearLastCheckpoint()
854 void DescriptorPool::Tables::RollbackToLastCheckpoint() { in RollbackToLastCheckpoint()
887 inline Symbol DescriptorPool::Tables::FindSymbol(StringPiece key) const { in FindSymbol()
914 Symbol DescriptorPool::Tables::FindByNameHelper(const DescriptorPool* pool, in FindByNameHelper()
946 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile()
[all …]
Ddescriptor.h92 class DescriptorPool; variable
566 friend class DescriptorPool; variable
1156 friend class DescriptorPool; variable
1236 friend class DescriptorPool; variable
1424 const DescriptorPool* pool() const;
1551 const DescriptorPool* pool_;
1591 friend class DescriptorPool; variable
1630 class PROTOBUF_EXPORT DescriptorPool {
1633 DescriptorPool();
1659 explicit DescriptorPool(DescriptorDatabase* fallback_database,
[all …]
Ddescriptor_unittest.cc196 class MockErrorCollector : public DescriptorPool::ErrorCollector {
377 DescriptorPool pool_;
531 DescriptorPool pool; in TEST_F()
542 DescriptorPool pool; in TEST_F()
590 DescriptorPool pool; in TEST_F()
776 DescriptorPool pool_;
1113 DescriptorPool pool_;
1211 DescriptorPool pool_;
1377 DescriptorPool pool_;
1544 DescriptorPool pool_;
[all …]
Ddynamic_message.h62 class DescriptorPool; // descriptor.h variable
94 DynamicMessageFactory(const DescriptorPool* pool);
128 const DescriptorPool* pool_;
/third_party/protobuf/php/tests/
DDescriptorsTest.php8 use Google\Protobuf\DescriptorPool; alias
50 $pool = DescriptorPool::getGeneratedPool();
61 $pool = DescriptorPool::getGeneratedPool();
79 $pool = DescriptorPool::getGeneratedPool();
96 $pool = DescriptorPool::getGeneratedPool();
114 $pool = DescriptorPool::getGeneratedPool();
138 $pool = DescriptorPool::getGeneratedPool();
213 $pool = DescriptorPool::getGeneratedPool();
224 $pool = DescriptorPool::getGeneratedPool();
236 $pool = DescriptorPool::getGeneratedPool();
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c717 typedef struct DescriptorPool { struct
720 } DescriptorPool; typedef
725 static DescriptorPool *GetPool(const zval* this_ptr) { in GetPool()
726 return (DescriptorPool*)Z_OBJ_P(this_ptr); in GetPool()
733 DescriptorPool *intern = emalloc(sizeof(DescriptorPool)); in DescriptorPool_create()
745 DescriptorPool* intern = (DescriptorPool*)obj; in DescriptorPool_destructor()
757 DescriptorPool *intern = GetPool(zv); in DescriptorPool_CreateWithSymbolTable()
764 DescriptorPool *intern = GetPool(zv); in DescriptorPool_Steal()
771 DescriptorPool *intern = GetPool(get_generated_pool()); in DescriptorPool_GetSymbolTable()
780 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument
[all …]
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php35 class DescriptorPool class
42 * @return DescriptorPool
47 … self::$pool = new DescriptorPool(\Google\Protobuf\Internal\DescriptorPool::getGeneratedPool());
DAny.php272 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
303 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
316 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.h60 DescriptorPool* pool;
64 DescriptorPool::ErrorCollector* error_collector;
68 const DescriptorPool* underlay;
127 PyDescriptorPool* GetDescriptorPool_FromPool(const DescriptorPool* pool);
Ddescriptor_pool.cc65 static std::unordered_map<const DescriptorPool*, PyDescriptorPool*>*
72 class BuildFileErrorCollector : public DescriptorPool::ErrorCollector {
135 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay()
140 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay()
161 cpool->pool = new DescriptorPool(database, cpool->error_collector); in PyDescriptorPool_NewWithDatabase()
164 cpool->pool = new DescriptorPool(); in PyDescriptorPool_NewWithDatabase()
220 PyObject* SetErrorFromCollector(DescriptorPool::ErrorCollector* self, in SetErrorFromCollector()
731 new std::unordered_map<const DescriptorPool*, PyDescriptorPool*>; in InitDescriptorPool()
733 DescriptorPool::generated_pool()); in InitDescriptorPool()
741 std::make_pair(DescriptorPool::generated_pool(), in InitDescriptorPool()
[all …]
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc231 kTypeUrlPrefix, DescriptorPool::generated_pool()); in InitGeneratedTypeResolver()
244 const DescriptorPool* pool = message.GetDescriptor()->file()->pool(); in MessageToJsonString()
246 pool == DescriptorPool::generated_pool() in MessageToJsonString()
252 if (pool != DescriptorPool::generated_pool()) { in MessageToJsonString()
260 const DescriptorPool* pool = message->GetDescriptor()->file()->pool(); in JsonStringToMessage()
262 pool == DescriptorPool::generated_pool() in JsonStringToMessage()
273 if (pool != DescriptorPool::generated_pool()) { in JsonStringToMessage()
Dtype_resolver_util.h40 class DescriptorPool; variable
49 const std::string& url_prefix, const DescriptorPool* pool);
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs83 …FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool all… in FileDescriptor()
86 DescriptorPool = pool; in FileDescriptor()
319 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
340 T result = DescriptorPool.FindSymbol<T>(name);
379 DescriptorPool pool = new DescriptorPool(dependencies); in BuildFrom()
506 var pool = new DescriptorPool(dependencies); in BuildFromByteStrings()
DMethodDescriptor.cs112 file.DescriptorPool.AddSymbol(this); in MethodDescriptor()
124 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
131 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
DEnumDescriptor.cs66 File.DescriptorPool.AddSymbol(this); in EnumDescriptor()
115 return File.DescriptorPool.FindEnumValueByNumber(this, number); in FindValueByNumber()
125 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name); in FindValueByName()
DMessageDescriptor.cs116 file.DescriptorPool.AddSymbol(this); in MessageDescriptor()
269 …public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescrip…
276 …public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this… in FindFieldByNumber()
285 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
DFieldDescriptor.cs120 file.DescriptorPool.AddSymbol(this); in FieldDescriptor()
360 File.DescriptorPool.LookupSymbol(Proto.TypeName, this); in CrossLink()
415 … extendeeType = File.DescriptorPool.LookupSymbol(Proto.Extendee, this) as MessageDescriptor; in CrossLink()
420 File.DescriptorPool.AddFieldByNumber(this); in CrossLink()
DEnumValueDescriptor.cs52 file.DescriptorPool.AddSymbol(this); in EnumValueDescriptor()
53 file.DescriptorPool.AddEnumValueByNumber(this); in EnumValueDescriptor()
/third_party/protobuf/benchmarks/util/
Dprotoc-gen-proto2_to_proto3.cc12 using google::protobuf::DescriptorPool;
29 DescriptorPool* GetPool() { in GetPool()
30 static DescriptorPool *pool = new DescriptorPool(); in GetPool()
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h102 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { in GetValidationErrorCollector()
124 : public DescriptorPool::ErrorCollector {
179 inline const DescriptorPool* pool() const { return &pool_; } in pool()
188 DescriptorPool pool_;
Dparser.cc474 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation()
637 DescriptorPool::ErrorCollector::OTHER); in Parse()
760 DescriptorPool::ErrorCollector::NAME); in ParseMessageDefinition()
969 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE); in ParseMessageFieldNoLabel()
1042 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME); in ParseMessageFieldNoLabel()
1064 DescriptorPool::ErrorCollector::NUMBER); in ParseMessageFieldNoLabel()
1092 DescriptorPool::ErrorCollector::NAME); in ParseMessageFieldNoLabel()
1238 DescriptorPool::ErrorCollector::DEFAULT_VALUE); in ParseDefaultAssignment()
1373 DescriptorPool::ErrorCollector::OPTION_NAME); in ParseJsonName()
1380 field, DescriptorPool::ErrorCollector::OPTION_VALUE); in ParseJsonName()
[all …]
/third_party/protobuf/
Dlibprotobuf.map17 …"google::protobuf::DescriptorPool::DescriptorPool(google::protobuf::DescriptorDatabase*, google::p…
19 "google::protobuf::DescriptorPool::DescriptorPool()";
21 "google::protobuf::DescriptorPool::BuildFile(google::protobuf::FileDescriptorProto const&)";
22 "google::protobuf::DescriptorPool::~DescriptorPool()";
24 …"google::protobuf::DescriptorPool::AddUnusedImportTrackFile(std::__cxx11::basic_string<char, std::…
25 …"google::protobuf::DescriptorPool::FindFileByName(std::__cxx11::basic_string<char, std::char_trait…
27 "google::protobuf::DescriptorPool::ClearUnusedImportTrackFiles()";
32 …"google::protobuf::DescriptorPool::FindMessageTypeByName(std::__cxx11::basic_string<char, std::cha…
33 …::protobuf::DynamicMessageFactory::DynamicMessageFactory(google::protobuf::DescriptorPool const*)";
38 "google::protobuf::DescriptorPool::ErrorCollector::~ErrorCollector()";
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.h57 struct DescriptorPool { struct
64 std::vector<DescriptorPool> mDescriptorPools; argument

123456