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

  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 732 class AllowsGenericStreamingTemplate {};
737 const AllowsGenericStreamingTemplate<T>& /* a */) {
738 return os << "AllowsGenericStreamingTemplate";
742 AllowsGenericStreamingTemplate<int> a;
743 EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 732 class AllowsGenericStreamingTemplate {};
737 const AllowsGenericStreamingTemplate<T>& /* a */) {
738 return os << "AllowsGenericStreamingTemplate";
742 AllowsGenericStreamingTemplate<int> a;
743 EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a));
    [all...]

Completed in 74 milliseconds