Searched refs:init_types (Results 1 – 1 of 1) sorted by relevance
220 std::set<KeyType> init_types{KeyType::STREAMING, KeyType::OFFLINE}; in getKeyRequest() local221 if (init_types.count(in_keyType)) { in getKeyRequest()