Searched refs:IsObjectType (Results 1 – 2 of 2) sorted by relevance
126 inline bool IsObjectType(reflection::BaseType inType) in IsObjectType() function133 return IsIndexableType(inType) || IsVectorType(inType) || IsObjectType(inType); in IsSupportTypeAtRoot()138 return IsStringOrVectorType(inType) || IsObjectType(inType); in IsRequiredSupportType()589 if (!IsScalarType(baseType) && !IsObjectType(baseType)) { in CheckFieldTypeSupport()629 if (IsObjectType(baseType)) { in ParseCheckFieldInfo()834 if (IsObjectType(selfBaseType)) { in CompareFieldInfo()
1014 inline bool IsObjectType(FieldType inType) in IsObjectType() function1045 if (IsObjectType(typeInValue)) { in CheckValueItem()1046 if (!IsObjectType(typeInSchema)) { in CheckValueItem()