Searched refs:oneof_name (Results 1 – 7 of 7) sorted by relevance
96 (*variables)["oneof_name"] = oneof_name(); in SetCommonOneofFieldVariables()98 oneof_name() + "Case_ == " + oneof_property_name() + in SetCommonOneofFieldVariables()139 std::string FieldGeneratorBase::oneof_name() { in oneof_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
79 std::string oneof_name();
350 oneof_name = field.containing_oneof.name351 if oneof_name in names:354 message.DESCRIPTOR.full_name, oneof_name))355 names.append(oneof_name)
104 const string& oneof_name) { in FieldInOneof() argument110 return type.oneofs(field->oneof_index() - 1) == oneof_name; in FieldInOneof()
1263 def WhichOneof(self, oneof_name): argument1266 field = message_descriptor.oneofs_by_name[oneof_name]1269 'Protocol message has no oneof "%s" field.' % oneof_name)
500 const string oneof_name = field->containing_oneof()->name(); in AppendParseMessageFunction() local501 Print("if (msg->", oneof_name, "_case() != 0) return false;"); in AppendParseMessageFunction()
2061 string oneof_name = string(name_data, name_size); in CheckAndGetInteger() local2063 self->message->GetDescriptor()->FindOneofByName(oneof_name); in CheckAndGetInteger()2067 oneof_name.c_str()); in CheckAndGetInteger()