OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Apr 04 00:22:49 UTC 2026