Home
last modified time | relevance | path

Searched defs:IsExtension (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs246 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs9009 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto110 message IsExtension { message
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto110 message IsExtension { message
/third_party/protobuf/js/
Dtest.proto118 message IsExtension { message
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc789 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function