Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Ddecode_test.cc162 : no_args_("Give 110%% sometimes"), in DecodedFormatStringTest()
166 const FormatString no_args_; member in pw::tokenizer::__anonc687bd0c0111::DecodedFormatStringTest
172 EXPECT_EQ("Give 110% sometimes", no_args_.Format("").value()); in TEST_F()
178 EXPECT_TRUE(no_args_.Format("").ok()); in TEST_F()
189 EXPECT_FALSE(no_args_.Format("Hello").ok()); in TEST_F()
200 EXPECT_EQ(0u, no_args_.Format("").remaining_bytes()); in TEST_F()
206 EXPECT_EQ(2u, no_args_.Format("\x02\x02").remaining_bytes()); in TEST_F()
212 EXPECT_EQ(0u, no_args_.Format("").argument_count()); in TEST_F()
218 EXPECT_EQ(0u, no_args_.Format("\x02\x02").argument_count()); in TEST_F()
224 EXPECT_EQ(0u, no_args_.Format("").decoding_errors()); in TEST_F()
[all …]