HomeSort by relevance Sort by last modified time
    Searched full:to_message (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 492 unittest::TestAllTypes to_message; local
500 &to_message, TestUtil::ReflectionTester::IS_NULL);
504 &from_message1, &to_message);
506 &to_message, TestUtil::ReflectionTester::NOT_NULL);
510 &from_message2, &to_message);
512 &to_message, TestUtil::ReflectionTester::NOT_NULL);
517 &to_message);
519 &to_message, TestUtil::ReflectionTester::IS_NULL);
525 unittest::TestAllExtensions to_message; local
533 &to_message, TestUtil::ReflectionTester::IS_NULL)
683 unittest::TestOneof2 to_message; local
    [all...]
test_util.h 162 Message* to_message);
test_util.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 267 const Descriptor* to_message) {
269 from_file != to_message->file()) {
272 return ModuleAlias(to_message->file()->name()) + "." + to_message->name();
275 return GetPath(options, to_message);
    [all...]

Completed in 3138 milliseconds