HomeSort by relevance Sort by last modified time
    Searched defs:containing_oneof (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 845 const OneofDescriptor* containing_oneof = local
846 _GetDescriptor(self)->containing_oneof();
847 if (containing_oneof) {
848 return PyOneofDescriptor_FromDescriptor(containing_oneof);
856 return CheckCalledFromGeneratedFile("containing_oneof");
904 { "containing_oneof", (getter)GetContainingOneof, (setter)SetContainingOneof,
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 2545 inline const OneofDef* FieldDef::containing_oneof() const { function in class:upb::FieldDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 3152 inline const OneofDef* FieldDef::containing_oneof() const { function in class:upb::FieldDef
    [all...]

Completed in 1051 milliseconds