Searched refs:proto_file_list (Results 1 – 1 of 1) sorted by relevance
1699 StringPiece proto_file_list = line.substr(offset + 1); in ConsumeLine() local1703 while (start < proto_file_list.length()) { in ConsumeLine()1704 offset = proto_file_list.find(',', start); in ConsumeLine()1706 offset = proto_file_list.length(); in ConsumeLine()1709 StringPiece proto_file = proto_file_list.substr(start, offset - start); in ConsumeLine()