OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFMutableStringRef
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h
200
extern PyObject *CFMutableStringRefObj_New(
CFMutableStringRef
);
201
extern int CFMutableStringRefObj_Convert(PyObject *,
CFMutableStringRef
*);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h
200
extern PyObject *CFMutableStringRefObj_New(
CFMutableStringRef
);
201
extern int CFMutableStringRefObj_Convert(PyObject *,
CFMutableStringRef
*);
/external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
27
typedef struct __CFString *
CFMutableStringRef
;
127
extern
CFMutableStringRef
CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
129
extern void CFStringAppend(
CFMutableStringRef
theString, CFStringRef appendedString);
/external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp
1024
strcmp(class_name,"
CFMutableStringRef
") &&
[
all
...]
Completed in 115 milliseconds