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()140 std::string FieldGeneratorBase::oneof_name() { in oneof_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
79 std::string oneof_name();
393 oneof_name = field.containing_oneof.name394 if oneof_name in names:397 message.DESCRIPTOR.full_name, oneof_name))398 names.append(oneof_name)
104 const string& oneof_name) { in FieldInOneof() argument110 return type.oneofs(field->oneof_index() - 1) == oneof_name; in FieldInOneof()
1265 def WhichOneof(self, oneof_name): argument1268 field = message_descriptor.oneofs_by_name[oneof_name]1271 'Protocol message has no oneof "%s" field.' % oneof_name)
1277 string oneof_name = strings::Substitute( in FixOptionsForOneof() local1281 PrintDescriptorOptionsFixingCode(oneof_name, oneof_options, printer_); in FixOptionsForOneof()
2058 string oneof_name = string(name_data, name_size); in CheckAndGetInteger() local2060 self->message->GetDescriptor()->FindOneofByName(oneof_name); in CheckAndGetInteger()2064 oneof_name.c_str()); in CheckAndGetInteger()