Home
last modified time | relevance | path

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

12345678

/external/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()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc520 class DescriptorPool::Tables {
595 Symbol FindByNameHelper(const DescriptorPool* pool, const std::string& name);
799 DescriptorPool::Tables::Tables() in Tables()
807 DescriptorPool::Tables::~Tables() { in ~Tables()
840 void DescriptorPool::Tables::AddCheckpoint() { in AddCheckpoint()
844 void DescriptorPool::Tables::ClearLastCheckpoint() { in ClearLastCheckpoint()
856 void DescriptorPool::Tables::RollbackToLastCheckpoint() { in RollbackToLastCheckpoint()
905 inline Symbol DescriptorPool::Tables::FindSymbol(const std::string& key) const { in FindSymbol()
933 Symbol DescriptorPool::Tables::FindByNameHelper(const DescriptorPool* pool, in FindByNameHelper()
957 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile()
[all …]
Ddescriptor.h90 class DescriptorPool; variable
495 friend class DescriptorPool; variable
1065 friend class DescriptorPool; variable
1145 friend class DescriptorPool; variable
1333 const DescriptorPool* pool() const;
1460 const DescriptorPool* pool_;
1500 friend class DescriptorPool; variable
1539 class PROTOBUF_EXPORT DescriptorPool {
1542 DescriptorPool();
1568 explicit DescriptorPool(DescriptorDatabase* fallback_database,
[all …]
/external/tensorflow/tensorflow/core/util/proto/
Ddescriptors.cc30 std::unique_ptr<protobuf::DescriptorPool>* out_pool) { in CreatePoolFromSet()
31 *out_pool = absl::make_unique<protobuf::DescriptorPool>(); in CreatePoolFromSet()
48 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPoolFromFile()
69 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPoolFromBinary()
91 protobuf::DescriptorPool const** desc_pool, in GetDescriptorPool()
92 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPool()
Dlocal_descriptor_pool_registration.cc25 tensorflow::protobuf::DescriptorPool const** desc_pool, in Function()
26 std::unique_ptr<tensorflow::protobuf::DescriptorPool>* owned_desc_pool) { in Function()
27 *desc_pool = ::tensorflow::protobuf::DescriptorPool::generated_pool(); in Function()
Ddescriptors.h47 protobuf::DescriptorPool const** desc_pool,
48 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool);
/external/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();
317 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
/external/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 …]
/external/protobuf/php/tests/
Ddescriptors_test.php8 use Google\Protobuf\DescriptorPool; alias
48 $pool = DescriptorPool::getGeneratedPool();
59 $pool = DescriptorPool::getGeneratedPool();
77 $pool = DescriptorPool::getGeneratedPool();
101 $pool = DescriptorPool::getGeneratedPool();
125 $pool = DescriptorPool::getGeneratedPool();
200 $pool = DescriptorPool::getGeneratedPool();
211 $pool = DescriptorPool::getGeneratedPool();
223 $pool = DescriptorPool::getGeneratedPool();
/external/protobuf/src/google/protobuf/util/
Djson_util.cc232 kTypeUrlPrefix, DescriptorPool::generated_pool()); in InitGeneratedTypeResolver()
245 const DescriptorPool* pool = message.GetDescriptor()->file()->pool(); in MessageToJsonString()
247 pool == DescriptorPool::generated_pool() in MessageToJsonString()
253 if (pool != DescriptorPool::generated_pool()) { in MessageToJsonString()
261 const DescriptorPool* pool = message->GetDescriptor()->file()->pool(); in JsonStringToMessage()
263 pool == DescriptorPool::generated_pool() in JsonStringToMessage()
274 if (pool != DescriptorPool::generated_pool()) { in JsonStringToMessage()
Dtype_resolver_util.h40 class DescriptorPool; variable
49 const std::string& url_prefix, const DescriptorPool* pool);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs64 …FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool all… in FileDescriptor()
67 DescriptorPool = pool; in FileDescriptor()
279 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
300 T result = DescriptorPool.FindSymbol<T>(name);
339 DescriptorPool pool = new DescriptorPool(dependencies); in BuildFrom()
463 var pool = new DescriptorPool(dependencies); in BuildFromByteStrings()
DMethodDescriptor.cs104 file.DescriptorPool.AddSymbol(this); in MethodDescriptor()
116 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
123 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.cs100 file.DescriptorPool.AddSymbol(this); in MessageDescriptor()
225 …public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescrip…
232 …public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this… in FindFieldByNumber()
241 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
/external/perfetto/src/trace_processor/util/
Dprotozero_to_text.h27 class DescriptorPool; variable
53 std::string ProtozeroToText(const DescriptorPool& pool,
58 std::string ProtozeroToText(const DescriptorPool& pool,
Dprotozero_to_text.cc73 const DescriptorPool& pool, in ConvertProtoTypeToFieldAndValueString()
163 const DescriptorPool& pool, in ProtozeroToTextInternal()
214 std::string ProtozeroToText(const DescriptorPool& pool, in ProtozeroToText()
227 DescriptorPool pool; in DebugTrackEventProtozeroToText()
237 DescriptorPool pool; in ShortDebugTrackEventProtozeroToText()
245 DescriptorPool pool; in ProtozeroEnumToText()
263 std::string ProtozeroToText(const DescriptorPool& pool, in ProtozeroToText()
Dprotozero_to_text_unittests.cc116 DescriptorPool pool; in TEST()
141 DescriptorPool pool; in TEST()
188 DescriptorPool pool; in TEST()
204 DescriptorPool pool; in TEST()
/external/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()
/external/grpc-grpc/test/cpp/end2end/
Dproto_server_reflection_test.cc47 ref_desc_pool_ = protobuf::DescriptorPool::generated_pool(); in SetUp()
61 desc_pool_.reset(new protobuf::DescriptorPool(desc_db_.get())); in ResetStub()
122 std::unique_ptr<protobuf::DescriptorPool> desc_pool_;
125 const protobuf::DescriptorPool* ref_desc_pool_;
/external/perfetto/tools/ftrace_proto_gen/
Dftrace_descriptor_gen.h25 class DescriptorPool; variable
34 const google::protobuf::DescriptorPool& descriptor_pool,
/external/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()
187 DescriptorPool pool_;

12345678