Lines Matching +defs:expected +defs:value
38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper()
66 absl::LogSeverity value; in TEST_P() local
77 const auto expected = static_cast<absl::LogSeverity>(GetParam()); in TEST_P() local
79 absl::LogSeverity value; in TEST_P() local
102 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local
103 absl::LogSeverity value; in TEST_P() local
118 const auto expected = static_cast<absl::LogSeverity>(std::get<1>(GetParam())); in TEST_P() local
119 absl::LogSeverity value; in TEST_P() local
151 const absl::LogSeverity expected = std::get<1>(GetParam()); in TEST_P() local
152 absl::LogSeverity value; in TEST_P() local
163 absl::LogSeverity value; in TEST_P() local
178 const absl::string_view expected = std::get<1>(GetParam()); in TEST_P() local
195 const std::string expected = absl::StrCat(GetParam()); in TEST_P() local