OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_p
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_manifest_parser.cc
45
bool HasPatternMatchingAnnotation(const wchar_t*
line_p
,
49
while (
line_p
< line_end && (*
line_p
== '\t' || *
line_p
== ' '))
50
++
line_p
;
51
if (
line_p
== line_end)
53
std::wstring annotation(
line_p
, line_end -
line_p
);
186
const wchar_t *
line_p
= line.c_str();
local
187
const wchar_t *line_end =
line_p
+ line.length()
233
const wchar_t*
line_p
= line.c_str();
local
311
const wchar_t*
line_p
= line.c_str();
local
[
all
...]
Completed in 428 milliseconds