Searched defs:oneof_name (Results 1 – 9 of 9) sorted by relevance
182 std::string FieldGeneratorBase::oneof_name() { in oneof_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
101 const std::string& oneof_name) { in FieldInOneof()
202 protected function whichOneof($oneof_name)
500 const string oneof_name = field->containing_oneof()->name(); in AppendParseMessageFunction() local
1344 def WhichOneof(self, oneof_name): argument
1320 std::string oneof_name = strings::Substitute( in FixOptionsForOneof() local
598 char* oneof_name; local
2011 string oneof_name = string(name_data, name_size); in WhichOneof() local
9230 static size_t oneof_name(void *closure, const void *hd, const char *buf, in oneof_name() function