Searched defs:UnaryBooleanTestData (Results 1 – 3 of 3) sorted by relevance
27 struct UnaryBooleanTestData { struct28 FilePath::StringType input;29 bool expected;
33 struct UnaryBooleanTestData { struct34 const FilePath::CharType* input;35 bool expected;
42 struct UnaryBooleanTestData { struct43 FilePath::StringPieceType input;44 bool expected;