Searched defs:checkExpectations (Results 1 – 1 of 1) sorted by relevance
518 … bool checkExpectations(bool eb, int ei, short es) { return b == eb && i == ei && s == es; } in checkExpectations() function540 … bool checkExpectations(uint eu, ushort es, uint ei) { return u == eu && s == es && i == ei; } in checkExpectations() function563 bool checkExpectations(A ea, B eb) { return a == ea && b == eb; } in checkExpectations() function578 bool checkExpectations(bool eb) { return b == eb; } in checkExpectations() function