Home
last modified time | relevance | path

Searched defs:containing_oneof (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/
Ddescriptor.py500 has_default_value=True, containing_oneof=None): argument
510 has_default_value=True, containing_oneof=None): argument
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc845 const OneofDescriptor* containing_oneof = in GetContainingOneof() local
/external/protobuf/php/ext/google/protobuf/
Dupb.h2545 inline const OneofDef* FieldDef::containing_oneof() const { in containing_oneof() function