Searched refs:FE_OPERATOR_TABLE (Results 1 – 2 of 2) sorted by relevance
95 static const LinearMapNode<FeOperatorType> FE_OPERATOR_TABLE[] = { in SetOperatorType() local104 …int64_t inIndex = BinarySearchFindIndex(FE_OPERATOR_TABLE, ArraySize(FE_OPERATOR_TABLE), type.c_st… in SetOperatorType()107 attribute.operatorType = FE_OPERATOR_TABLE[inIndex].value; in SetOperatorType()
45 static const LinearMapNode<SvgFeOperatorType> FE_OPERATOR_TABLE[] = { in ConvertStrToSvgFeOperatorType() local54 …int64_t inIndex = BinarySearchFindIndex(FE_OPERATOR_TABLE, ArraySize(FE_OPERATOR_TABLE), val.c_str… in ConvertStrToSvgFeOperatorType()56 type = FE_OPERATOR_TABLE[inIndex].value; in ConvertStrToSvgFeOperatorType()