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

  /external/protobuf/src/google/protobuf/
test_util_lite.h 49 static void SetAllFields(unittest::TestAllTypesLite* message);
proto3_arena_lite_unittest.cc 52 void SetAllFields(TestAllTypes* m) {
124 SetAllFields(&original);
proto3_lite_unittest.cc 52 void SetAllFields(TestAllTypes* m) {
124 SetAllFields(&original);
proto3_arena_unittest.cc 52 void SetAllFields(TestAllTypes* m) {
124 SetAllFields(&original);
134 SetAllFields(&original);
reflection_ops_unittest.cc 54 TestUtil::SetAllFields(&message);
61 TestUtil::SetAllFields(&message);
100 TestUtil::SetAllFields(&message);
204 TestUtil::SetAllFields(&message);
211 // SetAllFields() rather than default instances.
273 TestUtil::SetAllFields(&message);
generated_message_reflection_unittest.cc 140 TestUtil::SetAllFields(&message);
160 TestUtil::SetAllFields(&message1);
173 TestUtil::SetAllFields(&message1);
174 TestUtil::SetAllFields(&message2);
256 TestUtil::SetAllFields(&message2);
326 TestUtil::SetAllFields(&message);
350 TestUtil::SetAllFields(&message);
358 TestUtil::SetAllFields(&message);
397 TestUtil::SetAllFields(&message);
748 TestUtil::SetAllFields(&message)
    [all...]
arena_unittest.cc 247 TestUtil::SetAllFields(&original);
262 TestUtil::SetAllFields(&original);
354 TestUtil::SetAllFields(arena1_message);
373 TestUtil::SetAllFields(arena1_message);
374 TestUtil::SetAllFields(arena2_message);
386 TestUtil::SetAllFields(arena3_message);
394 TestUtil::SetAllFields(arena1_message);
458 TestUtil::SetAllFields(arena2_message);
469 TestUtil::SetAllFields(&non_arena_message);
473 TestUtil::SetAllFields(arena2_message)
    [all...]
test_util.h 52 static void SetAllFields(unittest::TestAllTypes* message);
message_unittest.cc 78 TestUtil::SetAllFields(&message);
143 TestUtil::SetAllFields(&message);
lite_unittest.cc 73 google::protobuf::TestUtilLite::SetAllFields(&message);
104 google::protobuf::TestUtilLite::SetAllFields(&message);
223 google::protobuf::TestUtilLite::SetAllFields(&message);
wire_format_unittest.cc 87 TestUtil::SetAllFields(&source);
221 TestUtil::SetAllFields(&message);
278 TestUtil::SetAllFields(&message);
    [all...]
unknown_field_set_unittest.cc 63 TestUtil::SetAllFields(&all_fields_);
extension_set_unittest.cc 541 TestUtil::SetAllFields(&source);
    [all...]
text_format_unittest.cc 125 TestUtil::SetAllFields(&proto_);
    [all...]
test_util_lite.cc 49 void TestUtilLite::SetAllFields(unittest::TestAllTypesLite* message) {
    [all...]
test_util.cc 53 void TestUtil::SetAllFields(unittest::TestAllTypes* message) {
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 95 TestUtil::SetAllFields(&msg1);
96 TestUtil::SetAllFields(&msg2);
107 TestUtil::SetAllFields(&msg1);
108 TestUtil::SetAllFields(&msg2);
121 TestUtil::SetAllFields(&msg1);
122 TestUtil::SetAllFields(&msg2);
149 TestUtil::SetAllFields(&msg1);
150 TestUtil::SetAllFields(&msg2);
163 TestUtil::SetAllFields(&msg1);
164 TestUtil::SetAllFields(&msg2)
    [all...]
field_mask_util_test.cc 340 TestUtil::SetAllFields(&src);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 235 TestUtil::SetAllFields(&message);
353 TestUtil::SetAllFields(&message);
389 TestUtil::SetAllFields(&message);
426 TestUtil::SetAllFields(&message1);
438 TestUtil::SetAllFields(&message1);
449 TestUtil::SetAllFields(&message);
515 TestUtil::SetAllFields(&message1);
523 TestUtil::SetAllFields(&message1);
541 TestUtil::SetAllFields(&message1);
579 TestUtil::SetAllFields(&message1)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 64 test_util.SetAllFields(self.all_fields)
148 test_util.SetAllFields(self.all_fields)
reflection_test.py     [all...]
test_util.py 196 def SetAllFields(message):

Completed in 1008 milliseconds