Lines Matching refs:Result
70 Result ret;
73 if (ret != Result::SUCCESS || method != "Debugger.paused") {
79 if (ret != Result::SUCCESS) {
85 if (ret != Result::SUCCESS) {
91 if (ret != Result::SUCCESS || breakpoint.find(sourceFile_) == std::string::npos ||
104 Result ret;
107 if (ret != Result::SUCCESS || method != "Debugger.paused") {
113 if (ret != Result::SUCCESS) {
119 if (ret != Result::SUCCESS) {
125 if (ret != Result::SUCCESS || functionName != "func_main_0") {
131 if (ret != Result::SUCCESS) {
138 if (ret != Result::SUCCESS || lineNum != lineNumExpectation) {