HomeSort by relevance Sort by last modified time
    Searched refs:after_prefix_start (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 318 int after_prefix_start = -1; local
320 after_prefix_start = old_prefix.size() + 1;
324 after_prefix_start = old_prefix.size();
326 if (after_prefix_start != -1) {
329 string after_prefix = filename.substr(after_prefix_start);
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 313 int after_prefix_start = -1; local
315 after_prefix_start = old_prefix.size() + 1;
319 after_prefix_start = old_prefix.size();
321 if (after_prefix_start != -1) {
324 string after_prefix = filename.substr(after_prefix_start);

Completed in 26 milliseconds