Home
last modified time | relevance | path

Searched refs:OnKey (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp175 bool OnKey; member
230 if (Stack.back().OnKey) { in writeToBlob()
233 Stack.back().OnKey = false; in writeToBlob()
237 Stack.back().OnKey = true; in writeToBlob()
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp243 bool OnKey; member
300 if (Stack.back().OnKey) { in writeToBlob()
303 Stack.back().OnKey = false; in writeToBlob()
307 Stack.back().OnKey = true; in writeToBlob()
/external/pdfium/xfa/fwl/
Dcfwl_combobox.h119 void OnKey(CFWL_MessageKey* pMsg);
Dcfwl_combobox.cpp475 OnKey(pKey); in OnProcessMessage()
544 void CFWL_ComboBox::OnKey(CFWL_MessageKey* pMsg) { in OnKey() function in CFWL_ComboBox