Searched refs:typeInValue (Results 1 – 1 of 1) sorted by relevance
985 int CheckValueItemNumericType(FieldType typeInValue, FieldType typeInSchema) in CheckValueItemNumericType() argument987 if (typeInValue == FieldType::LEAF_FIELD_DOUBLE) { in CheckValueItemNumericType()991 } else if (typeInValue == FieldType::LEAF_FIELD_LONG) { in CheckValueItemNumericType()1020 int CheckValueItem(const SchemaAttribute &refAttr, FieldType typeInValue) in CheckValueItem() argument1027 if (typeInValue == FieldType::LEAF_FIELD_NULL) { in CheckValueItem()1034 if (IsTypeMustBeExactlyEqualBetweenSchemaAndValue(typeInValue)) { in CheckValueItem()1035 if (typeInValue != typeInSchema) { in CheckValueItem()1045 if (IsObjectType(typeInValue)) { in CheckValueItem()1052 return CheckValueItemNumericType(typeInValue, typeInSchema); in CheckValueItem()