Home
last modified time | relevance | path

Searched refs:warning_text_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc75 string warning_text_; member in google::protobuf::compiler::__anond30b922c0111::MockErrorCollector
86 strings::SubstituteAndAppend(&warning_text_, "$0:$1:$2: $3\n", in AddWarning()
134 string warning() const { return error_collector_.warning_text_; } in warning()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc188 string warning_text_; member in google::protobuf::descriptor_unittest::MockErrorCollector
232 &warning_text_, "$0: $1: $2: $3\n", in AddWarning()
3188 EXPECT_EQ("", error_collector.warning_text_); in TEST()
3303 EXPECT_EQ(expected_warnings, error_collector.warning_text_); in BuildFileWithWarnings()