Searched refs:GetByName (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 936 static ItemDescriptor GetByName(PyContainer* self, const string& name) { in GetByName() function 977 (GetByNameMethod)GetByName, 1014 static ItemDescriptor GetByName(PyContainer* self, const string& name) { in GetByName() function 1038 (GetByNameMethod)GetByName, 1066 static ItemDescriptor GetByName(PyContainer* self, const string& name) { in GetByName() function 1090 (GetByNameMethod)GetByName, 1129 static ItemDescriptor GetByName(PyContainer* self, const string& name) { in GetByName() function 1164 (GetByNameMethod)GetByName, 1188 static ItemDescriptor GetByName(PyContainer* self, const string& name) { in GetByName() function 1212 (GetByNameMethod)GetByName, [all …]
|