Searched refs:attribute_segs (Results 1 – 1 of 1) sorted by relevance
378 std::vector<string> attribute_segs = str_util::Split(arguments, ";"); in ParseDebugOpName() local379 for (const string& attribute_seg : attribute_segs) { in ParseDebugOpName()