Home
last modified time | relevance | path

Searched defs:oneof_name (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc139 std::string FieldGeneratorBase::oneof_name() { in oneof_name() function in google::protobuf::compiler::csharp::FieldGeneratorBase
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc104 const string& oneof_name) { in FieldInOneof()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc500 const string oneof_name = field->containing_oneof()->name(); in AppendParseMessageFunction() local
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py1263 def WhichOneof(self, oneof_name): argument
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2061 string oneof_name = string(name_data, name_size); in CheckAndGetInteger() local