Searched refs:kIntegerSchemaType (Results 1 – 1 of 1) sorted by relevance
932 kIntegerSchemaType, enumerator1045 else if (type == GetIntegerString()) type_ |= 1 << kIntegerSchemaType; in AddType()1046 …else if (type == GetNumberString() ) type_ |= (1 << kNumberSchemaType) | (1 << kIntegerSchemaType); in AddType()1100 if (!(type_ & ((1 << kIntegerSchemaType) | (1 << kNumberSchemaType)))) in CheckInt()1139 if (!(type_ & ((1 << kIntegerSchemaType) | (1 << kNumberSchemaType)))) in CheckUint()