OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bstr_t
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h
39
class
_bstr_t
;
53
class
_bstr_t
{
class
55
_bstr_t
() throw();
56
_bstr_t
(const
_bstr_t
&s) throw();
57
_bstr_t
(const char *s);
58
_bstr_t
(const wchar_t *s);
59
_bstr_t
(const _variant_t &var);
60
_bstr_t
(BSTR bstr,bool fCopy);
61
~
_bstr_t
() throw()
126
inline
_bstr_t
::
_bstr_t
() throw() : m_Data(NULL) { }
function in class:_bstr_t
128
inline
_bstr_t
::
_bstr_t
(const
_bstr_t
&s) throw() : m_Data(s.m_Data) { _AddRef(); }
function in class:_bstr_t
130
inline
_bstr_t
::
_bstr_t
(const char *s) : m_Data(new Data_t(s)) {
function in class:_bstr_t
134
inline
_bstr_t
::
_bstr_t
(const wchar_t *s) : m_Data(new Data_t(s)) {
function in class:_bstr_t
138
inline
_bstr_t
::
_bstr_t
(BSTR bstr,bool fCopy) : m_Data(new Data_t(bstr,fCopy)) {
function in class:_bstr_t
1181
inline
_bstr_t
::
_bstr_t
(const _variant_t &var) : m_Data(NULL) {
function in class:_bstr_t
[
all
...]
comdef.h
48
_bstr_t
Description() const;
50
_bstr_t
HelpFile() const;
51
_bstr_t
Source() const;
95
inline
_bstr_t
_com_error::Description() const {
98
return
_bstr_t
(bstr,false);
107
inline
_bstr_t
_com_error::HelpFile() const {
110
return
_bstr_t
(bstr,false);
113
inline
_bstr_t
_com_error::Source() const {
116
return
_bstr_t
(bstr,false);
/external/webrtc/webrtc/base/
winfirewall.cc
88
_bstr_t
bfilename = filename;
137
_bstr_t
bstr = filename;
proxydetect.cc
834
_bstr_t
host(purl.server());
842
_bstr_t
sproxy = proxy;
[
all
...]
Completed in 153 milliseconds