Searched refs:OTHER_KIND (Results 1 – 2 of 2) sorted by relevance
66 OTHER_KIND = (1 << 8), ///< for other domains enumerator86 DECODER = ~(IS_ENCODER | OTHER_KIND),87 ENCODER = ~(IS_DECODER | OTHER_KIND),
861 kind.value == C2Component::KIND_ENCODER ? Domain::IS_ENCODER : Domain::OTHER_KIND); in initialize()