Home
last modified time | relevance | path

Searched refs:CastToSigned (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_kotlin.cpp198 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::KotlinGenerator
1161 return CastToSigned(field.value.type); in CastToSigned()
1164 static std::string CastToSigned(const Type type) { in CastToSigned() function in flatbuffers::kotlin::KotlinGenerator
1171 case BASE_TYPE_VECTOR: return CastToSigned(type.VectorType()); in CastToSigned()