HomeSort by relevance Sort by last modified time
    Searched refs:SetAllFieldsAndExtensions (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
test_util.h 60 static void SetAllFieldsAndExtensions(unittest::TestFieldOrderings* message);
112 // SetAllFieldsAndExtensions().
wire_format_unittest.cc 338 TestUtil::SetAllFieldsAndExtensions(&message);
402 TestUtil::SetAllFieldsAndExtensions(&source);
    [all...]
test_util.cc     [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 689 TestUtil::SetAllFieldsAndExtensions(&msg1);
690 TestUtil::SetAllFieldsAndExtensions(&msg2);
702 TestUtil::SetAllFieldsAndExtensions(&msg1);
703 TestUtil::SetAllFieldsAndExtensions(&msg2);
    [all...]
  /external/protobuf/python/google/protobuf/internal/
test_util.py 343 def SetAllFieldsAndExtensions(message):
358 filled with SetAllFieldsAndExtensions(). (Specifically, ensures that the
reflection_test.py 522 test_util.SetAllFieldsAndExtensions(proto)
    [all...]

Completed in 198 milliseconds