Searched refs:oneof_name (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc96 (*variables)["oneof_name"] = oneof_name();
98 oneof_name() + "Case_ == " + oneof_property_name() +
139 std::string FieldGeneratorBase::oneof_name() { function in class:google::protobuf::compiler::csharp::FieldGeneratorBase
H A Dcsharp_field_base.h79 std::string oneof_name();
/external/protobuf/python/google/protobuf/
H A Djson_format.py350 oneof_name = field.containing_oneof.name
351 if oneof_name in names:
354 message.DESCRIPTOR.full_name, oneof_name))
355 names.append(oneof_name)
/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc104 const string& oneof_name) {
110 return type.oneofs(field->oneof_index() - 1) == oneof_name;
103 FieldInOneof(const Type& type, const string& name, const string& oneof_name) argument
/external/protobuf/python/google/protobuf/internal/
H A Dpython_message.py1263 def WhichOneof(self, oneof_name):
1266 field = message_descriptor.oneofs_by_name[oneof_name]
1269 'Protocol message has no oneof "%s" field.' % oneof_name)
/external/tensorflow/tensorflow/tools/proto_text/
H A Dgen_proto_text_functions_lib.cc495 const string oneof_name = field->containing_oneof()->name(); local
496 Print("if (msg->", oneof_name, "_case() != 0) return false;");
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2061 string oneof_name = string(name_data, name_size);
2063 self->message->GetDescriptor()->FindOneofByName(oneof_name);
2067 oneof_name.c_str());

Completed in 423 milliseconds