Lines Matching refs:ConsumeIntegral
56 /*source=*/fdp->ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput()
73 mapper.reconfigure(fdp->ConsumeIntegral<nsecs_t>(), /*readerConfig=*/{}, in LLVMFuzzerTestOneInput()
75 fdp->ConsumeIntegral<uint32_t>())); in LLVMFuzzerTestOneInput()
78 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput()
85 mapper.getKeyCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
86 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
89 mapper.getScanCodeState(fdp->ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
90 fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
96 keyCodes.push_back(fdp->ConsumeIntegral<int32_t>()); in LLVMFuzzerTestOneInput()
98 mapper.markSupportedKeyCodes(fdp->ConsumeIntegral<uint32_t>(), keyCodes, in LLVMFuzzerTestOneInput()
102 [&]() -> void { mapper.updateMetaState(fdp->ConsumeIntegral<int32_t>()); }, in LLVMFuzzerTestOneInput()