Searched refs:proto_file_list (Results 1 – 1 of 1) sorted by relevance
1733 StringPiece proto_file_list = line.substr(offset + 1); in ConsumeLine() local1737 while (start < proto_file_list.length()) { in ConsumeLine()1738 offset = proto_file_list.find(',', start); in ConsumeLine()1740 offset = proto_file_list.length(); in ConsumeLine()1743 StringPiece proto_file = proto_file_list.substr(start, offset - start); in ConsumeLine()