OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unk
(Results
1 - 7
of
7
) sorted by null
/external/chromium/base/win/
scoped_comptr_unittest.cc
39
ScopedComPtr<IUnknown>
unk
;
local
40
EXPECT_TRUE(SUCCEEDED(
unk
.CreateInstance(CLSID_ShellLink)));
42
unk2.Attach(
unk
.Detach());
43
EXPECT_TRUE(
unk
== NULL);
59
EXPECT_FALSE(copy1.IsSameObject(
unk
)); //
unk
is NULL
72
EXPECT_TRUE(SUCCEEDED(
unk
.QueryFrom(mem_alloc)));
73
EXPECT_TRUE(
unk
!= NULL);
74
unk
.Release();
75
EXPECT_TRUE(
unk
== NULL)
[
all
...]
scoped_variant.cc
200
void ScopedVariant::Set(IUnknown*
unk
) {
203
var_.punkVal =
unk
;
204
if (
unk
)
205
unk
->AddRef();
scoped_variant.h
113
void Set(IUnknown*
unk
);
/external/tinyxml2/
tinyxml2.cpp
1501
XMLUnknown*
unk
= new (commentPool.Alloc()) XMLUnknown( this );
local
[
all
...]
/external/libmtp/src/
ptp-pack.c
374
totallen, &di->
unk
);
375
if (!di->
unk
) return;
[
all
...]
ptp.h
1098
uint32_t *
unk
;
member in struct:_PTPCanonEOSDeviceInfo
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
1660
WORD
unk
; \/* always 0x0110... type of following
member in struct:codeview_linetab2_file
[
all
...]
Completed in 228 milliseconds