HomeSort by: relevance | last modified time | path
    Searched defs:markerLen (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp 74 const size_t markerLen = line.startswith("//") ? 6 : 5;
75 if (!(line.size() >= markerLen &&
76 line.substr(markerLen - 4).startswith("--- ")))
78 separator = line.substr(0, markerLen);
79 const StringRef partName = line.substr(markerLen);

Completed in 15 milliseconds