OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colon_loc
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp
351
const char *
colon_loc
= strchr(name_cursor, ':');
local
352
if (!
colon_loc
)
360
selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor,
colon_loc
- name_cursor)));
361
name_cursor =
colon_loc
+ 1;
/external/chromium_org/net/tools/balsa/
balsa_frame.cc
487
const char*
colon_loc
= current;
local
488
DCHECK_LT(
colon_loc
, line_end);
489
DCHECK_EQ(':', *
colon_loc
);
498
current += (current !=
colon_loc
);
501
current =
colon_loc
;
[
all
...]
Completed in 193 milliseconds