HomeSort by relevance Sort by last modified time
    Searched full:universalprinter (Results 1 - 14 of 14) sorted by null

  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
178 // what UniversalPrinter<T>::Print() does when it knows nothing about
212 // magic needed for implementing UniversalPrinter won't work.
253 // UniversalPrinter<T>::Print(value, ostream_ptr) prints the given
257 // We define UniversalPrinter as a class template (as opposed to a
261 class UniversalPrinter;
343 // UniversalPrinter<T>::Print() does when PrintTo() is not specialized
380 // UniversalPrinter<T>::Print() how to print standard types (built-in
570 UniversalPrinter<T1>::Print(value.first, os);
572 UniversalPrinter<T2>::Print(value.second, os)
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
178 // what UniversalPrinter<T>::Print() does when it knows nothing about
212 // magic needed for implementing UniversalPrinter won't work.
253 // UniversalPrinter<T>::Print(value, ostream_ptr) prints the given
257 // We define UniversalPrinter as a class template (as opposed to a
261 class UniversalPrinter;
343 // UniversalPrinter<T>::Print() does when PrintTo() is not specialized
380 // UniversalPrinter<T>::Print() how to print standard types (built-in
570 UniversalPrinter<T1>::Print(value.first, os);
572 UniversalPrinter<T2>::Print(value.second, os)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
178 // what UniversalPrinter<T>::Print() does when it knows nothing about
212 // magic needed for implementing UniversalPrinter won't work.
253 // UniversalPrinter<T>::Print(value, ostream_ptr) prints the given
257 // We define UniversalPrinter as a class template (as opposed to a
261 class UniversalPrinter;
343 // UniversalPrinter<T>::Print() does when PrintTo() is not specialized
380 // UniversalPrinter<T>::Print() how to print standard types (built-in
570 UniversalPrinter<T1>::Print(value.first, os);
572 UniversalPrinter<T2>::Print(value.second, os)
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 206 using ::testing::internal::UniversalPrinter;
226 // is a helper for testing UniversalPrinter<T>::Print() for various types.
230 UniversalPrinter<T>::Print(value, &ss);
236 // UniversalPrinter<T&>::Print() for various types.
240 UniversalPrinter<T&>::Print(value, &ss);
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 206 using ::testing::internal::UniversalPrinter;
226 // is a helper for testing UniversalPrinter<T>::Print() for various types.
230 UniversalPrinter<T>::Print(value, &ss);
236 // UniversalPrinter<T&>::Print() for various types.
240 UniversalPrinter<T&>::Print(value, &ss);
    [all...]
  /external/chromium/testing/gtest/src/
gtest-printers.cc 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
  /external/gtest/src/
gtest-printers.cc 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 834 UniversalPrinter<Super&>::Print(object_, os);
839 UniversalPrinter<Super&>::Print(object_, os);
    [all...]
gmock-actions.h 846 UniversalPrinter<T&>::Print(value, os);
    [all...]
gmock-spec-builders.h     [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 563 milliseconds