Searched refs:TestUtilLite (Results 1 - 6 of 6) sorted by last modified time

/external/protobuf/src/google/protobuf/
H A Dlite_unittest.cc46 google::protobuf::TestUtilLite::ExpectClear(message);
47 google::protobuf::TestUtilLite::SetAllFields(&message);
51 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message);
52 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2);
53 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3);
54 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message);
55 google::protobuf::TestUtilLite::ExpectRepeatedFieldsModified(message);
57 google::protobuf::TestUtilLite::ExpectClear(message);
62 google::protobuf::TestUtilLite::ExpectExtensionsClear(message);
63 google::protobuf::TestUtilLite
[all...]
H A Dtest_util_lite.cc48 void TestUtilLite::SetAllFields(unittest::TestAllTypesLite* message) {
156 void TestUtilLite::ModifyRepeatedFields(unittest::TestAllTypesLite* message) {
186 void TestUtilLite::ExpectAllFieldsSet(
371 void TestUtilLite::ExpectClear(const unittest::TestAllTypesLite& message) {
506 void TestUtilLite::ExpectRepeatedFieldsModified(
592 void TestUtilLite::SetPackedFields(unittest::TestPackedTypesLite* message) {
626 void TestUtilLite::ModifyPackedFields(unittest::TestPackedTypesLite* message) {
645 void TestUtilLite::ExpectPackedFieldsSet(
695 void TestUtilLite::ExpectPackedClear(
716 void TestUtilLite
[all...]
H A Dtest_util_lite.h46 class TestUtilLite { class in namespace:google::protobuf
95 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TestUtilLite);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc67 google::protobuf::TestUtilLite::ExpectClear(message);
68 google::protobuf::TestUtilLite::SetAllFields(&message);
72 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message);
73 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2);
74 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3);
75 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message);
76 google::protobuf::TestUtilLite::ExpectRepeatedFieldsModified(message);
78 google::protobuf::TestUtilLite::ExpectClear(message);
83 google::protobuf::TestUtilLite::ExpectExtensionsClear(message);
84 google::protobuf::TestUtilLite
[all...]
H A Dtest_util_lite.cc48 void TestUtilLite::SetAllFields(unittest::TestAllTypesLite* message) {
160 void TestUtilLite::ModifyRepeatedFields(unittest::TestAllTypesLite* message) {
191 void TestUtilLite::ExpectAllFieldsSet(
385 void TestUtilLite::ExpectClear(const unittest::TestAllTypesLite& message) {
525 void TestUtilLite::ExpectRepeatedFieldsModified(
614 void TestUtilLite::SetPackedFields(unittest::TestPackedTypesLite* message) {
648 void TestUtilLite::ModifyPackedFields(unittest::TestPackedTypesLite* message) {
667 void TestUtilLite::ExpectPackedFieldsSet(
717 void TestUtilLite::ExpectPackedClear(
738 void TestUtilLite
[all...]
H A Dtest_util_lite.h46 class TestUtilLite { class in namespace:google::protobuf
95 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TestUtilLite);

Completed in 141 milliseconds