Home
last modified time | relevance | path

Searched refs:vKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.h146 bool SharedDataAdd(const CMIUtilString &vKey, const T &vData);
148 bool SharedDataRetrieve(const CMIUtilString &vKey, T &vwData);
261 bool CMICmnLLDBDebugSessionInfo::SharedDataAdd(const CMIUtilString &vKey, in SharedDataAdd() argument
263 if (!m_mapIdToSessionData.Add<T>(vKey, vData)) { in SharedDataAdd()
285 bool CMICmnLLDBDebugSessionInfo::SharedDataRetrieve(const CMIUtilString &vKey, in SharedDataRetrieve() argument
289 if (!m_mapIdToSessionData.Get<T>(vKey, vwData, bDataFound)) { in SharedDataRetrieve()
/freebsd-12.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c53 #define GenMap(vKey,key) MAKELONG(key, vKey) argument
811 MapKey(TERMINAL_CONTROL_BLOCK * TCB, WORD vKey) in MapKey() argument
815 LONG key = GenMap(vKey, 0); in MapKey()
1535 WORD vKey; in drv_keyok() local
1551 vKey = HIWORD(key); in drv_keyok()
1555 *(LONG *) res = GenMap(vKey, nKey); in drv_keyok()