Searched refs:ToSignedType (Results 1 – 1 of 1) sorted by relevance
346 return IsScalar(type.base_type) ? ToSignedType(type) in GenMethod()668 static std::string ToSignedType(const Type &type) { in ToSignedType() function in flatbuffers::kotlin::KotlinGenerator676 case BASE_TYPE_VECTOR: return ToSignedType(type.VectorType()); in ToSignedType()