Searched refs:heapBuffer (Results 1 – 3 of 3) sorted by relevance
24 size_t stackBufferSize, int* length, SkString* heapBuffer) { in apply_format_string() argument38 heapBuffer->resize(*length); in apply_format_string()40 std::vsnprintf(heapBuffer->writable_str(), *length + 1, format, argsCopy); in apply_format_string()43 return heapBuffer->c_str(); in apply_format_string()
30 SkString* heapBuffer) { in apply_format_string() argument48 heapBuffer->set(nullptr, outLength); in apply_format_string()49 char* heapBufferDest = heapBuffer->writable_str(); in apply_format_string()
237 request = alloc.heapBuffer(requestSize.bytes()); in setup()239 response = alloc.heapBuffer(responseSize.bytes()); in setup()