Home
last modified time | relevance | path

Searched defs:byPosition (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DMenu.h112 bool GetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFO itemInfo) const in GetItemInfo()
114 bool SetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFO itemInfo) in SetItemInfo()
124 bool InsertItem(UINT itemIndex, bool byPosition, LPCMENUITEMINFO itemInfo) in InsertItem()
133 bool GetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) const in GetItemInfo()
135 bool InsertItem(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) in InsertItem()
137 bool SetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) in SetItemInfo()
H A DMenu.cpp103 bool CMenu::GetItem(UINT itemIndex, bool byPosition, CMenuItem &item) const in GetItem()
189 bool CMenu::SetItem(UINT itemIndex, bool byPosition, const CMenuItem &item) in SetItem()
216 bool CMenu::InsertItem(UINT itemIndex, bool byPosition, const CMenuItem &item) in InsertItem()
/aosp_15_r20/build/soong/androidmk/parser/
H A Dast.go113 type byPosition []Node type