Searched refs:on_call_location (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc904 std::string on_call_location; local
908 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
912 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout());
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc912 std::string on_call_location; local
916 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
920 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout());
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc913 std::string on_call_location; local
917 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
921 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout());

Completed in 242 milliseconds