Searched refs:kIntegerSchemaType (Results 1 – 1 of 1) sorted by relevance
1341 kIntegerSchemaType, enumerator1457 else if (type == GetIntegerString()) type_ |= 1 << kIntegerSchemaType; in AddType()1458 …else if (type == GetNumberString() ) type_ |= (1 << kNumberSchemaType) | (1 << kIntegerSchemaType); in AddType()1535 if (!(type_ & ((1 << kIntegerSchemaType) | (1 << kNumberSchemaType)))) { in CheckInt()1583 if (!(type_ & ((1 << kIntegerSchemaType) | (1 << kNumberSchemaType)))) { in CheckUint()1668 else if (type_ & (1 << kIntegerSchemaType)) eh.AddExpectedType(GetIntegerString()); in DisallowedType()