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

  /external/protobuf/src/google/protobuf/
test_util_lite.h 51 static void SetPackedFields(unittest::TestPackedTypesLite* message);
test_util.h 61 static void SetPackedFields(unittest::TestPackedTypes* message);
extension_set_unittest.cc 554 TestUtil::SetPackedFields(&source);
565 TestUtil::SetPackedFields(&source);
593 TestUtil::SetPackedFields(&packed);
    [all...]
wire_format_unittest.cc 121 TestUtil::SetPackedFields(&source);
152 TestUtil::SetPackedFields(&source);
242 TestUtil::SetPackedFields(&message);
    [all...]
lite_unittest.cc 136 google::protobuf::TestUtilLite::SetPackedFields(&message);
255 google::protobuf::TestUtilLite::SetPackedFields(&message);
test_util_lite.cc 632 void TestUtilLite::SetPackedFields(unittest::TestPackedTypesLite* message) {
    [all...]
test_util.cc 722 void TestUtil::SetPackedFields(unittest::TestPackedTypes* message) {
755 // The values applied here must match those of SetPackedFields.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 632 TestUtil::SetPackedFields(&packed_message1);
665 TestUtil::SetPackedFields(&message1);
    [all...]

Completed in 863 milliseconds