Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc364 int after_prefix_start = -1; in ApplyMapping() local
366 after_prefix_start = old_prefix.size() + 1; in ApplyMapping()
370 after_prefix_start = old_prefix.size(); in ApplyMapping()
372 if (after_prefix_start != -1) { in ApplyMapping()
375 std::string after_prefix = filename.substr(after_prefix_start); in ApplyMapping()