Searched defs:VSNPrintF (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dplatform-nullos.cc196 int OS::VSNPrintF(char* str, size_t size, const char* format, va_list args) { function in class:v8::internal::OS
H A Dplatform-posix.cc293 int result = VSNPrintF(str, format, args);
299 int OS::VSNPrintF(Vector<char> str, function in class:v8::internal::OS
H A Dplatform-win32.cc698 OS::VSNPrintF(buffer, format, args);
785 int result = VSNPrintF(str, format, args);
791 int OS::VSNPrintF(Vector<char> str, const char* format, va_list args) { function in class:v8::internal::OS
/external/chromium_org/v8/src/
H A Dplatform-posix.cc449 int result = VSNPrintF(str, format, args);
455 int OS::VSNPrintF(Vector<char> str, function in class:v8::internal::OS
H A Dplatform-win32.cc680 OS::VSNPrintF(buffer, format, args);
767 int result = VSNPrintF(str, format, args);
773 int OS::VSNPrintF(Vector<char> str, const char* format, va_list args) { function in class:v8::internal::OS

Completed in 129 milliseconds