Searched defs:expectedValue (Results 1 – 7 of 7) sorted by relevance
39 FPMatcher(T expectedValue) : expected(expectedValue) {} in FPMatcher()62 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher()
27 MemoryMatcher(MemoryView expectedValue) : expected(expectedValue) {} in MemoryMatcher()
27 FormatSectionMatcher(FormatSection expectedValue) : expected(expectedValue) {} in FormatSectionMatcher()
25 StructTmMatcher(::tm expectedValue) : expected(expectedValue) {} in StructTmMatcher()
83 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue()104 void CheckArgumentValue(const char *expectedValue, int n) const { in CheckArgumentValue() argument118 std::string expectedValue{args[0]}; in CheckCommandValue() local131 const char *expectedValue, const char *name, bool trimName = true) const { in CheckEnvVarValue()
118 #define EXPECT_ERROR(expectedValue) \ argument
131 Attribute expectedValue; in insertKnownConstant() local