Lines Matching refs:Result
86 Result ret;
89 if (ret != Result::SUCCESS || method != "Debugger.paused") {
95 if (ret != Result::SUCCESS) {
101 if (ret != Result::SUCCESS) {
107 if (ret != Result::SUCCESS || breakpoint.find(sourceFile_) == std::string::npos ||
120 Result ret;
123 if (ret != Result::SUCCESS || method != "Debugger.paused") {
129 if (ret != Result::SUCCESS) {
135 if (ret != Result::SUCCESS) {
141 if (ret != Result::SUCCESS || functionName != funcName) {
147 if (ret != Result::SUCCESS) {
153 if (ret != Result::SUCCESS || lineNum != lineNumber) {
165 Result ret;
168 if (ret != Result::SUCCESS) {
174 if (ret != Result::SUCCESS) {
180 if (ret != Result::SUCCESS) {
186 if (ret != Result::SUCCESS || type != "number") {
192 if (ret != Result::SUCCESS || value != var_value) {