OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_off
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
command_args.cc
70
size_t
line_off
=
local
73
while (
line_off
> 1) {
74
line_off
-= 2; // Back up to end of previous line.
75
size_t previous_line_offset = BackUpToLineBegin(data,
line_off
);
78
line_off
- previous_line_offset + 1);
83
line_off
= previous_line_offset;
err.cc
19
size_t
line_off
= Tokenizer::ByteOffsetOfNthLine(data, n);
local
20
size_t end =
line_off
+ 1;
23
return data.substr(
line_off
, end -
line_off
).as_string();
Completed in 34 milliseconds