OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumNSStringMethods
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
NSAPI.h
47
static const unsigned
NumNSStringMethods
= 5;
198
mutable Selector NSStringSelectors[
NumNSStringMethods
];
/external/clang/lib/AST/
NSAPI.cpp
72
for (unsigned i = 0; i !=
NumNSStringMethods
; ++i) {
Completed in 43 milliseconds