Lines Matching defs:expectedValue
108 void CheckValue(RuntimeCall F, const char *expectedValue,
121 GetPaddedStr(expectedValue, value->ElementBytes())};
129 void CheckArgumentValue(const char *expectedValue, int n) const {
137 expectedValue, std::strlen(expectedValue));
143 std::string expectedValue{args[0]};
145 expectedValue += " " + std::string{args[i]};
152 expectedValue.c_str(), expectedValue.size());
156 const char *expectedValue, const char *name, bool trimName = true) const {
165 expectedValue, std::strlen(expectedValue));