HomeSort by relevance Sort by last modified time
    Searched defs:oneof_name (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 96 (*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
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 500 const string oneof_name = field->containing_oneof()->name(); local
501 Print("if (msg->", oneof_name, "_case() != 0) return false;");

Completed in 171 milliseconds