Searched defs:GetMessage (Results 1 - 2 of 2) sorted by relevance

/art/cmdline/
H A Dcmdline_result.h50 const std::string& GetMessage() const { assert(IsError()); return message_; } function in struct:art::CmdlineResult
/art/compiler/optimizing/
H A Dparallel_move_test.cc85 std::string GetMessage() const { function in class:art::TestParallelMoveResolverWithSwap
141 std::string GetMessage() const { function in class:art::TestParallelMoveResolverNoSwap
191 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
193 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
202 ASSERT_STREQ("(2 -> 3) (1 -> 2) (1 -> 4) (0 -> 1)", resolver.GetMessage().c_str());
204 ASSERT_STREQ("(2 -> 3) (1 -> 2) (0 -> 1) (2 -> 4)", resolver.GetMessage().c_str());
218 ASSERT_STREQ("(1 <-> 0)", resolver.GetMessage().c_str());
220 ASSERT_STREQ("(1 -> T0) (0 -> 1) (T0 -> 0)", resolver.GetMessage().c_str());
229 ASSERT_STREQ("(1 -> 2) (1 <-> 0)", resolver.GetMessage().c_str());
231 ASSERT_STREQ("(1 -> 2) (0 -> 1) (2 -> 0)", resolver.GetMessage()
[all...]

Completed in 104 milliseconds