Searched defs:is_expected (Results 1 – 9 of 9) sorted by relevance
109 struct is_expected : std::false_type {}; struct
35 bool is_expected; variable
101 bool is_expected() const { return is_expected_; } in is_expected() function
221 def is_expected(self, result: Any) -> bool: member in Return
260 bool* is_expected) { in CheckTopLabel()