Searched refs:CastToSigned (Results 1 – 1 of 1) sorted by relevance
198 return CastToSigned(field.value.type); in GenFBBValueCast()394 writer.SetValue("cast", CastToSigned(field.value.type)); in GenStructBody()621 writer.SetValue("cast", CastToSigned(vector_type)); in GenerateCreateVectorField()1100 writer.SetValue("cast", CastToSigned(field)); in GenerateStructGetters()1160 static std::string CastToSigned(const FieldDef &field) { in CastToSigned() function in flatbuffers::kotlin::KotlinGenerator1161 return CastToSigned(field.value.type); in CastToSigned()1164 static std::string CastToSigned(const Type type) { in CastToSigned() function in flatbuffers::kotlin::KotlinGenerator1171 case BASE_TYPE_VECTOR: return CastToSigned(type.VectorType()); in CastToSigned()