OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kEmptyVariant
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/win/
scoped_variant.h
27
static const VARIANT
kEmptyVariant
;
70
void Reset(const VARIANT& var =
kEmptyVariant
);
scoped_variant.cc
12
const VARIANT ScopedVariant::
kEmptyVariant
= { VT_EMPTY };
/external/chromium_org/base/win/
scoped_variant.h
26
static const VARIANT
kEmptyVariant
;
69
void Reset(const VARIANT& var =
kEmptyVariant
);
scoped_variant.cc
12
const VARIANT ScopedVariant::
kEmptyVariant
= { VT_EMPTY };
Completed in 63 milliseconds