Home
last modified time | relevance | path

Searched refs:GetPool (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/benchmarks/util/
Dprotoc-gen-proto2_to_proto3.cc29 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/
Ddef.c725 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/
Dmessage_factory.cc239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function
245 {"pool", (getter)GetPool, NULL, "DescriptorPool"},
Ddescriptor.cc1330 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function
1425 { "pool", (getter)GetPool, NULL, "pool"},