Home
last modified time | relevance | path

Searched refs:proto_file_list (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1699 StringPiece proto_file_list = line.substr(offset + 1); in ConsumeLine() local
1703 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()