Lines Matching defs:CheckAndCopy
86 if (!CheckAndCopy(codeEntry.functionName, sizeof(codeEntry.functionName), functionName)) {
99 if (!CheckAndCopy(codeEntry.recordName, sizeof(codeEntry.recordName), recordName)) {
112 if (!CheckAndCopy(codeEntry.url, sizeof(codeEntry.url), sourceFile.c_str())) {
123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src)
161 if (!CheckAndCopy(functionName, size, methodNameStr.c_str())) {
165 if (!CheckAndCopy(functionName + methodNameStrLength, size - methodNameStrLength, "(")) {
169 if (!CheckAndCopy(functionName + methodNameStrLength + napiBeginLength,
174 CheckAndCopy(functionName + methodNameStrLength + napiBeginLength + srcLength,
179 CheckAndCopy(functionName, size, methodNameStr.c_str());
270 if (!CheckAndCopy(codeEntry.url, sizeof(codeEntry.url), tempVariable)) {