Searched defs:IsExtension (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | FieldDescriptor.cs | 246 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor |
D | Descriptor.cs | 9009 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart |
/third_party/protobuf/js/compatibility_tests/v3.0.0/ | ||
D | test.proto | 110 message IsExtension { message |
/third_party/protobuf/js/compatibility_tests/v3.1.0/ | ||
D | test.proto | 110 message IsExtension { message |
/third_party/protobuf/js/ | ||
D | test.proto | 118 message IsExtension { message |
/third_party/protobuf/python/google/protobuf/pyext/ | ||
D | descriptor.cc | 789 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function |