Searched refs:GetPool (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/benchmarks/util/ |
D | protoc-gen-proto2_to_proto3.cc | 29 DescriptorPool* GetPool() { in GetPool() function 76 string content = GetPool()->BuildFile(new_file)->DebugString(); in Generate() 84 if (GetPool()->FindFileByName(file->name()) != nullptr) { in CanGenerate() 88 if (GetPool()->FindFileByName(file->dependency(j)->name()) == nullptr) { in CanGenerate() 93 if (GetPool()->FindFileByName( in CanGenerate() 99 if (GetPool()->FindFileByName( in CanGenerate()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 725 static DescriptorPool *GetPool(const zval* this_ptr) { in GetPool() function 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() 850 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD() 960 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function 245 {"pool", (getter)GetPool, NULL, "DescriptorPool"},
|
D | descriptor.cc | 1330 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function 1425 { "pool", (getter)GetPool, NULL, "pool"},
|