Lines Matching refs:result
141 // then disassemble and test that the result matches the |expected|.
150 std::string result;
152 tools_.Disassemble(linked_binary, &result, disassemble_options_))
154 EXPECT_EQ(expected, result);
159 // match pattern for the disassembled linked result.
168 std::string result;
170 tools_.Disassemble(linked_binary, &result, disassemble_options_))
172 auto match_res = effcee::Match(result, templateBody);
175 << templateBody << "\nChecking result:\n"
176 << result;
189 // Disassembles |binary| and outputs the result in |text|. If |text| is a