Lines Matching refs:appendValue
824 static void appendValue(char type, const JValue value, char* buf, size_t n, bool appendComma)
902 appendValue(argType, value, argsString, sizeof(argsString),
924 appendValue(returnType, returnValue, returnValueString, sizeof(returnValueString), false);