Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_kotlin.cpp346 return IsScalar(type.base_type) ? ToSignedType(type) in GenMethod()
668 static std::string ToSignedType(const Type &type) { in ToSignedType() function in flatbuffers::kotlin::KotlinGenerator
676 case BASE_TYPE_VECTOR: return ToSignedType(type.VectorType()); in ToSignedType()