EXPECT_BOOL_FIELD 924 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, true, "true"); EXPECT_BOOL_FIELD 925 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, false, "false"); EXPECT_BOOL_FIELD 926 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, true, "1"); EXPECT_BOOL_FIELD 927 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, true, "t"); EXPECT_BOOL_FIELD 928 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, false, "0"); EXPECT_BOOL_FIELD 929 third_party/protobuf/src/google/protobuf/text_format_unittest.cc EXPECT_BOOL_FIELD(bool, false, "f");