Home
last modified time | relevance | path

Searched refs:GetLastContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
Djtl_parser.h69 std::string GetLastContext() const;
Djtl_compiler.cc232 error_details->context = parser.GetLastContext(); in Compile()
242 error_details->context = parser.GetLastContext(); in Compile()
Djtl_parser.cc165 std::string JtlParser::GetLastContext() const { in GetLastContext() function in JtlParser
Djtl_parser_unittest.cc45 EXPECT_THAT(parser->GetLastContext(), in ExpectNextOperationToFail()