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