Searched defs:Expectation (Results 1 – 9 of 9) sorted by relevance
36 struct Expectation { in TEST_F() struct37 int line; in TEST_F()38 const char *fmt; in TEST_F()39 int ok_phases; in TEST_F()40 const FormatArgImpl *arg; in TEST_F()41 int width; in TEST_F()42 int precision; in TEST_F()43 int next_arg; in TEST_F()120 struct Expectation { in TEST_F() struct121 int line; in TEST_F()[all …]
32 struct Expectation { in TEST() struct33 int line; in TEST()34 LengthMod mod; in TEST()35 const char *name; in TEST()57 struct Expectation { in TEST() struct58 FormatConversionChar id; in TEST()59 char name; in TEST()101 struct Expectation { in TEST_F() struct102 int line; in TEST_F()103 string_view src; in TEST_F()[all …]
205 struct Expectation { in TestStringConvert() struct206 const char *out; in TestStringConvert()207 const char *fmt; in TestStringConvert()1160 struct Expectation { in TEST_F() struct1161 int line; in TEST_F()1162 std::string out; in TEST_F()1163 const char *fmt; in TEST_F()
173 struct Expectation { in DEF_TEST() struct174 SkIRect fA; in DEF_TEST()175 SkIRect fB; in DEF_TEST()176 SkIRect fExpected; in DEF_TEST()177 bool fExact; in DEF_TEST()
59 class Expectation: class
29 enum Expectation { Success, Failure }; enum
751 Expectation::Expectation() {} in Expectation() function in testing::Expectation753 Expectation::Expectation( in Expectation() function in testing::Expectation
191 class Expectation; variable
93 class Expectation; variable