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.cc349 int after_prefix_start = -1; in ApplyMapping() local
351 after_prefix_start = old_prefix.size() + 1; in ApplyMapping()
355 after_prefix_start = old_prefix.size(); in ApplyMapping()
357 if (after_prefix_start != -1) { in ApplyMapping()
360 string after_prefix = filename.substr(after_prefix_start); in ApplyMapping()