Home
last modified time | relevance | path

Searched refs:ap_copy (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/strings/
Dstringprintf.cc47 va_list ap_copy; in StringAppendVT() local
48 va_copy(ap_copy, ap); in StringAppendVT()
53 int result = vsnprintfT(stack_buf, arraysize(stack_buf), format, ap_copy); in StringAppendVT()
54 va_end(ap_copy); in StringAppendVT()
94 va_copy(ap_copy, ap); in StringAppendVT()
95 result = vsnprintfT(&mem_buf[0], mem_length, format, ap_copy); in StringAppendVT()
96 va_end(ap_copy); in StringAppendVT()
/external/libchrome/base/strings/
Dstringprintf.cc55 va_list ap_copy; in StringAppendVT() local
56 va_copy(ap_copy, ap); in StringAppendVT()
61 int result = vsnprintfT(stack_buf, arraysize(stack_buf), format, ap_copy); in StringAppendVT()
62 va_end(ap_copy); in StringAppendVT()
102 va_copy(ap_copy, ap); in StringAppendVT()
103 result = vsnprintfT(&mem_buf[0], mem_length, format, ap_copy); in StringAppendVT()
104 va_end(ap_copy); in StringAppendVT()