Lines Matching full:masks
70 Check if the number of bit masks in the 'masks' property matches the number
79 if "masks" in object:
80 if len(object.get("masks", [])) != len(object.get("values", [])):
83 + "The masks array must have the same size as the values"
84 + " array. masks: "
85 + str(object.get("masks", []))
93 if "masks" in object:
94 if len(object.get("masks", [])) != len(object.get("values", [])):
97 + "The masks array must have the same size as the values "
98 + "array. masks: "
99 + str(object.get("masks", []))