OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFData
(Results
1 - 3
of
3
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
CFData.h
1
//===--
CFData
.h ------------------------------------------------*- C++ -*-===//
19
class
CFData
: public CFReleaser<CFDataRef>
25
CFData
(CFDataRef data = NULL);
26
CFData
(const
CFData
& rhs);
27
CFData
& operator=(const
CFData
& rhs);
28
virtual ~
CFData
();
35
// Classes that inherit from
CFData
can see and modify these
CFData.cpp
1
//===--
CFData
.cpp ----------------------------------------------*- C++ -*-===//
14
#include "
CFData
.h"
17
//
CFData
constructor
19
CFData
::
CFData
(CFDataRef data) :
26
//
CFData
copy constructor
28
CFData
::
CFData
(const
CFData
& rhs) :
35
//
CFData
copy constructo
[
all
...]
/external/chromium_org/base/mac/
foundation_util.h
119
TYPE_NAME_FOR_CF_TYPE_DECL(
CFData
);
277
CF_CAST_DECL(
CFData
);
Completed in 192 milliseconds