Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc182 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.cc101 const std::string& oneof_name) { in FieldInOneof()
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php202 protected function whichOneof($oneof_name)
/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.py1344 def WhichOneof(self, oneof_name): argument
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1320 std::string oneof_name = strings::Substitute( in FixOptionsForOneof() local
/external/protobuf/php/ext/google/protobuf/
Dmessage.c598 char* oneof_name; local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2011 string oneof_name = string(name_data, name_size); in WhichOneof() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9230 static size_t oneof_name(void *closure, const void *hd, const char *buf, in oneof_name() function