Home
last modified time | relevance | path

Searched refs:source_text (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h685 ExpectationBase(const char* file, int line, const string& source_text);
692 const char* source_text() const { return source_text_.c_str(); } in source_text() function
1160 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction()
1208 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments()
1262 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt()
1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
1265 file, line, source_text, matchers_); in InternalExpectedAt()
1531 const string& source_text, in AddNewExpectation() argument
1536 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation()
1689 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h694 ExpectationBase(const char* file, int line, const std::string& source_text);
701 const char* source_text() const { return source_text_.c_str(); } in source_text() function
1171 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction()
1219 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments()
1273 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " + in InternalExpectedAt()
1275 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
1277 file, line, source_text, matchers_); in InternalExpectedAt()
1607 const std::string& source_text, in AddNewExpectation() argument
1612 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation()
1765 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h693 ExpectationBase(const char* file, int line, const string& source_text);
700 const char* source_text() const { return source_text_.c_str(); } in source_text() function
1168 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction()
1216 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments()
1270 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt()
1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
1273 file, line, source_text, matchers_); in InternalExpectedAt()
1604 const string& source_text, in AddNewExpectation() argument
1609 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation()
1762 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc209 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
483 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
484 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb166 def source_text method
Drecognizers.rb475 unless text = token.text || ( token.source_text rescue nil )
/external/v8/src/
Dd8.cc689 Local<String> source_text = ReadFile(isolate, file_name.c_str()); in FetchModuleTree() local
690 if (source_text.IsEmpty()) { in FetchModuleTree()
699 ScriptCompiler::Source source(source_text, origin); in FetchModuleTree()
/external/fmtlib/test/gmock/
Dgmock.h9257 ExpectationBase(const char* file, int line, const string& source_text);
9264 const char* source_text() const { return source_text_.c_str(); }
9732 ss << "Actions ran out in " << source_text() << "...\n"
9780 *what << "Mock function call matches " << source_text() <<"...\n";
9834 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")");
9835 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
9837 file, line, source_text, matchers_);
10113 const string& source_text,
10118 new TypedExpectation<F>(this, file, line, source_text, m);
10271 *why << expectation->source_text() << "...\n";
/external/fmtlib/test/
Dgmock-gtest-all.cc10660 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
10924 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()