HomeSort by relevance Sort by last modified time
    Searched refs:AllowsGenericStreamingTemplate (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 733 class AllowsGenericStreamingTemplate {};
738 const AllowsGenericStreamingTemplate<T>& /* a */) {
739 return os << "AllowsGenericStreamingTemplate";
743 AllowsGenericStreamingTemplate<int> a;
744 EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 752 class AllowsGenericStreamingTemplate {};
757 const AllowsGenericStreamingTemplate<T>& /* a */) {
758 return os << "AllowsGenericStreamingTemplate";
762 AllowsGenericStreamingTemplate<int> a;
763 EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 752 class AllowsGenericStreamingTemplate {};
757 const AllowsGenericStreamingTemplate<T>& /* a */) {
758 return os << "AllowsGenericStreamingTemplate";
762 AllowsGenericStreamingTemplate<int> a;
763 EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a));
    [all...]

Completed in 696 milliseconds