Searched refs:CastToUsigned (Results 1 – 1 of 1) sorted by relevance
540 auto cast = CastToUsigned(key_field->value.type); in GenerateLookupByKey()811 auto ucast = CastToUsigned(field); in GenerateStructGetters()1144 static std::string CastToUsigned(const FieldDef &field) { in CastToUsigned() function in flatbuffers::kotlin::KotlinGenerator1145 return CastToUsigned(field.value.type); in CastToUsigned()1148 static std::string CastToUsigned(const Type type) { in CastToUsigned() function in flatbuffers::kotlin::KotlinGenerator1155 case BASE_TYPE_VECTOR: return CastToUsigned(type.VectorType()); in CastToUsigned()