Lines Matching refs:Result
107 Result ret;
110 if (ret != Result::SUCCESS || method != "Debugger.paused") {
116 if (ret != Result::SUCCESS) {
122 if (ret != Result::SUCCESS) {
128 if (ret != Result::SUCCESS || breakpoint.find(sourceFile_) == std::string::npos ||
141 Result ret;
144 if (ret != Result::SUCCESS || method != "Debugger.paused") {
150 if (ret != Result::SUCCESS) {
156 if (ret != Result::SUCCESS) {
162 if (ret != Result::SUCCESS || functionName != funcName) {
168 if (ret != Result::SUCCESS) {
174 if (ret != Result::SUCCESS || lineNum != lineNumber) {
186 Result ret;
189 if (ret != Result::SUCCESS) {
195 if (ret != Result::SUCCESS) {
201 if (ret != Result::SUCCESS) {
207 if (ret != Result::SUCCESS || type != var_type) {
213 if (ret != Result::SUCCESS || value != var_value) {
219 if (ret != Result::SUCCESS || description != var_value) {