Searched refs:const_lvalue (Results 1 – 1 of 1) sorted by relevance
1264 const absl::StatusOr<std::string> const_lvalue("hello"); in TEST() local1265 EXPECT_EQ("hello", *const_lvalue); in TEST()1301 const absl::StatusOr<std::string> const_lvalue("hello"); in TEST() local1302 EXPECT_EQ(std::string("hello"), const_lvalue->c_str()); in TEST()