Searched defs:oneof_name (Results 1 – 5 of 5) sorted by relevance
139 std::string FieldGeneratorBase::oneof_name() { in oneof_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
104 const string& oneof_name) { in FieldInOneof()
500 const string oneof_name = field->containing_oneof()->name(); in AppendParseMessageFunction() local
1263 def WhichOneof(self, oneof_name): argument
2061 string oneof_name = string(name_data, name_size); in CheckAndGetInteger() local