perftools_vsnprintf  206 third_party/tcmalloc/chromium/src/base/logging.h   perftools_vsnprintf(buf, sizeof(buf)-1, pat, ap);
perftools_vsnprintf  181 third_party/tcmalloc/chromium/src/internal_logging.cc     const int r = perftools_vsnprintf(buf_, left_, format, ap);
perftools_vsnprintf   57 third_party/tcmalloc/chromium/src/raw_printer.cc     const int r = perftools_vsnprintf(ptr_, avail+1, format, ap);
perftools_vsnprintf   90 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   perftools_vsnprintf(buf, sizeof(buf), format, ap);
perftools_vsnprintf  326 third_party/tcmalloc/chromium/src/windows/port.h   r = perftools_vsnprintf(str, size, format, ap);
perftools_vsnprintf  201 third_party/tcmalloc/vendor/src/base/logging.h   perftools_vsnprintf(buf, sizeof(buf)-1, pat, ap);
perftools_vsnprintf  180 third_party/tcmalloc/vendor/src/internal_logging.cc     const int r = perftools_vsnprintf(buf_, left_, format, ap);
perftools_vsnprintf   57 third_party/tcmalloc/vendor/src/raw_printer.cc     const int r = perftools_vsnprintf(ptr_, avail+1, format, ap);
perftools_vsnprintf   90 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   perftools_vsnprintf(buf, sizeof(buf), format, ap);
perftools_vsnprintf  323 third_party/tcmalloc/vendor/src/windows/port.h   r = perftools_vsnprintf(str, size, format, ap);