OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeInfoNameCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
com_type_info_holder.cc
26
TypeInfoNameCache
* TypeInfoCache::Lookup(const IID* iid) {
29
TypeInfoNameCache
* tih = NULL;
34
tih = new
TypeInfoNameCache
();
54
HRESULT
TypeInfoNameCache
::Initialize(const IID& iid) {
74
//
TypeInfoNameCache
76
HRESULT
TypeInfoNameCache
::GetIDsOfNames(OLECHAR** names, uint32 count,
94
HRESULT
TypeInfoNameCache
::Invoke(IDispatch* p, DISPID dispid, WORD flags,
com_type_info_holder.h
41
class
TypeInfoNameCache
{
77
// Looks up a previously cached
TypeInfoNameCache
instance or creates and
79
TypeInfoNameCache
* Lookup(const IID* iid);
85
typedef std::map<const IID*,
TypeInfoNameCache
*> CacheMap;
133
TypeInfoNameCache
* type_info_;
Completed in 34 milliseconds