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

  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 905 const linked_ptr<int> null_p; local
908 EXPECT_TRUE(m.Matches(null_p));
914 const linked_ptr<double> null_p; local
917 EXPECT_TRUE(m.Matches(null_p));
923 const scoped_ptr<double> null_p; local
926 EXPECT_TRUE(m.Matches(null_p));
953 const linked_ptr<int> null_p; local
956 EXPECT_FALSE(m.Matches(null_p));
962 const linked_ptr<double> null_p; local
965 EXPECT_FALSE(m.Matches(null_p));
971 const scoped_ptr<double> null_p; local
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 1033 const linked_ptr<int> null_p; local
1036 EXPECT_TRUE(m.Matches(null_p));
1042 const linked_ptr<double> null_p; local
1045 EXPECT_TRUE(m.Matches(null_p));
1081 const linked_ptr<int> null_p; local
1084 EXPECT_FALSE(m.Matches(null_p));
1090 const linked_ptr<double> null_p; local
1093 EXPECT_FALSE(m.Matches(null_p));
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 1029 const linked_ptr<int> null_p; local
1032 EXPECT_TRUE(m.Matches(null_p));
1038 const linked_ptr<double> null_p; local
1041 EXPECT_TRUE(m.Matches(null_p));
1077 const linked_ptr<int> null_p; local
1080 EXPECT_FALSE(m.Matches(null_p));
1086 const linked_ptr<double> null_p; local
1089 EXPECT_FALSE(m.Matches(null_p));
    [all...]

Completed in 66 milliseconds