OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniversalPrintArray
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gtest/include/gtest/
gtest-printers.h
608
//
UniversalPrintArray
(begin, len, os) prints an array of 'len'
611
void
UniversalPrintArray
(const T* begin, size_t len, ::std::ostream* os) {
633
GTEST_API_ void
UniversalPrintArray
(const char* begin,
644
UniversalPrintArray
(a, N, os);
/external/chromium/testing/gtest/src/
gtest-printers.cc
278
void
UniversalPrintArray
(const char* begin, size_t len, ostream* os) {
Completed in 1006 milliseconds