Home
last modified time | relevance | path

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

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