Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dmessage.py295 def WhichOneof(self, oneof_group): member in Message
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1363 def WhichOneof(self, oneof_name): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2031 static PyObject* WhichOneof(CMessage* self, PyObject* arg) { in WhichOneof() function