Searched refs:unk (Results 1 - 7 of 7) sorted by last modified time

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c1683 WORD unk; /* always 0x0110... type of following member in struct:codeview_linetab2_file
/external/tinyxml2/
H A Dtinyxml2.cpp1501 XMLUnknown* unk = new (commentPool.Alloc()) XMLUnknown( this ); local
1502 unk->memPool = &commentPool;
1503 unk->SetValue( str );
1504 return unk;
/external/libmtp/src/
H A Dptp-pack.c374 totallen, &di->unk);
375 if (!di->unk) return;
H A Dptp.h1098 uint32_t *unk; member in struct:_PTPCanonEOSDeviceInfo
/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc39 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
[all...]
H A Dscoped_variant.cc200 void ScopedVariant::Set(IUnknown* unk) { argument
203 var_.punkVal = unk;
204 if (unk)
205 unk->AddRef();
H A Dscoped_variant.h113 void Set(IUnknown* unk);

Completed in 236 milliseconds