Searched refs:eq_index (Results 1 – 1 of 1) sorted by relevance
353 const size_t eq_index = seg.find('='); in ParseDebugOpName() local354 if (eq_index == string::npos) { in ParseDebugOpName()359 const string key(seg.substr(0, eq_index)); in ParseDebugOpName()361 seg.substr(eq_index + 1, attribute_seg.size() - eq_index - 1)); in ParseDebugOpName()