Home
last modified time | relevance | path

Searched refs:typeID (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/windows/leash/
H A DLeashUIApplication.h65 HRESULT STDMETHODCALLTYPE OnViewChanged(UINT32 viewId, UI_VIEWTYPE typeID,
69 OnCreateUICommand(UINT32 commandId, UI_COMMANDTYPE typeID,
72 OnDestroyUICommand(UINT32 commandId, UI_COMMANDTYPE typeID,
H A DLeashUIApplication.cpp225 LeashUIApplication::OnViewChanged(UINT32 viewId, UI_VIEWTYPE typeID, in OnViewChanged() argument
233 if (viewId != 0 || typeID != UI_VIEWTYPE_RIBBON) in OnViewChanged()
273 LeashUIApplication::OnCreateUICommand(UINT32 commandId, UI_COMMANDTYPE typeID, in OnCreateUICommand() argument
287 LeashUIApplication::OnDestroyUICommand(UINT32 commandId, UI_COMMANDTYPE typeID, in OnDestroyUICommand() argument
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp884 for (const auto &typeID : Index.typeIdCompatibleVtableMap()) { in getVisibleToRegularObjVtableGUIDs() local
885 if (typeIDVisibleToRegularObj(typeID.first, IsVisibleToRegularObj)) in getVisibleToRegularObjVtableGUIDs()
886 for (const TypeIdOffsetVtableInfo &P : typeID.second) in getVisibleToRegularObjVtableGUIDs()