Home
last modified time | relevance | path

Searched refs:FWType (Results 1 – 6 of 6) sorted by relevance

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Denv.h432 using FWType = FunctorWrapper<Args...>; in StartThreadTyped() local
435 auto* functor = static_cast<FWType*>(arg); in StartThreadTyped()
439 new FWType(std::function<void(Args...)>(function), in StartThreadTyped()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Denv.h472 using FWType = FunctorWrapper<Args...>; in StartThreadTyped() local
475 auto* functor = static_cast<FWType*>(arg); in StartThreadTyped()
479 new FWType(std::function<void(Args...)>(function), in StartThreadTyped()
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Denv.h472 using FWType = FunctorWrapper<Args...>; in StartThreadTyped() local
475 auto* functor = static_cast<FWType*>(arg); in StartThreadTyped()
479 new FWType(std::function<void(Args...)>(function), in StartThreadTyped()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Denv.h432 using FWType = FunctorWrapper<Args...>; in StartThreadTyped() local
435 auto* functor = static_cast<FWType*>(arg); in StartThreadTyped()
439 new FWType(std::function<void(Args...)>(function), in StartThreadTyped()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Denv.h432 using FWType = FunctorWrapper<Args...>; in StartThreadTyped() local
435 auto* functor = static_cast<FWType*>(arg); in StartThreadTyped()
439 new FWType(std::function<void(Args...)>(function), in StartThreadTyped()
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp2582 int FWType = 0; in decode_InterfaceMessage() local
2587 FWType = pResponse->IRESPONSE.msg10; in decode_InterfaceMessage()
2594 FWType = 0; //Type1 RFXrec in decode_InterfaceMessage()
2596 FWType = 1; //Type1 in decode_InterfaceMessage()
2598 FWType = 2; //Type2 in decode_InterfaceMessage()
2600 FWType = 3; //Ext in decode_InterfaceMessage()
2611 switch (FWType) in decode_InterfaceMessage()
2652 if (FWType >= FWtypePro1) in decode_InterfaceMessage()
2658 if (FWType == FWtypeProXL1) in decode_InterfaceMessage()