OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:funcEnd
(Results
1 - 3
of
3
) sorted by null
/external/libunwind_llvm/src/
UnwindCursor.hpp
[
all
...]
/external/skia/tools/bookmaker/
includeParser.cpp
363
const char*
funcEnd
= i.anyOf("(\n");
364
if (
funcEnd
&& '(' ==
funcEnd
[0] && '_' == *i.anyOf("_(")
365
&& (i.contains("internal_",
funcEnd
, nullptr)
366
|| i.contains("private_",
funcEnd
, nullptr)
367
|| i.contains("legacy_",
funcEnd
, nullptr)
368
|| i.contains("temporary_",
funcEnd
, nullptr))) {
369
i.skipTo(
funcEnd
);
[
all
...]
/external/skqp/tools/bookmaker/
includeParser.cpp
362
const char*
funcEnd
= i.anyOf("(\n");
363
if (
funcEnd
&& '(' ==
funcEnd
[0] && '_' == *i.anyOf("_(")
364
&& (i.contains("internal_",
funcEnd
, nullptr)
365
|| i.contains("private_",
funcEnd
, nullptr)
366
|| i.contains("legacy_",
funcEnd
, nullptr)
367
|| i.contains("temporary_",
funcEnd
, nullptr))) {
368
i.skipTo(
funcEnd
);
[
all
...]
Completed in 382 milliseconds