Searched refs:GetFieldDescriptor (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 67 const FieldDescriptor* GetFieldDescriptor( in GetFieldDescriptor() function 1144 differencer.TreatAsMap(GetFieldDescriptor(msg1, "item"), in TEST() 1145 GetFieldDescriptor(msg1, "item.a")); in TEST() 1175 differencer.TreatAsSet(GetFieldDescriptor(a, "rv")); in TEST() 1207 differencer.TreatAsSet(GetFieldDescriptor(a, "rm")); in TEST() 1238 differencer.TreatAsSet(GetFieldDescriptor(msg1, "rm")); in TEST() 1287 differencer.TreatAsSet(GetFieldDescriptor(msg1, "item.ra")); in TEST() 1290 key_fields.push_back(GetFieldDescriptor(msg1, "item.a")); in TEST() 1291 key_fields.push_back(GetFieldDescriptor(msg1, "item.ra")); in TEST() 1293 GetFieldDescriptor(msg1, "item"), key_fields); in TEST() [all …]
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 462 self._cdescriptor = _message.GetFieldDescriptor(full_name) 464 self._cdescriptor = cpp_message.GetFieldDescriptor(full_name)
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 892 static const FieldDescriptor* GetFieldDescriptor( in CheckAndGetInteger() function 1057 const FieldDescriptor* descriptor = GetFieldDescriptor(self, name); in CheckAndGetInteger() 2651 const FieldDescriptor* field_descriptor = GetFieldDescriptor(self, name); in CheckAndGetInteger() 2727 const FieldDescriptor* field_descriptor = GetFieldDescriptor(self, name); in CheckAndGetInteger()
|