Lines Matching defs:hit
188 return line.find(fieldStr) != line.npos; // check if hit the target field
198 bool hit = false;
202 if (!hit && line.find(nodesLable) == line.npos) {
208 if (!hit) {
209 hit = true;
211 if (hit && (line.find("],") != line.npos)) {
268 bool hit = false;
272 if (!hit && line.find(dataLabel) != line.npos) { // Get
274 hit = true;
282 if (hit) {