Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_kotlin.cpp540 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::KotlinGenerator
1145 return CastToUsigned(field.value.type); in CastToUsigned()
1148 static std::string CastToUsigned(const Type type) { in CastToUsigned() function in flatbuffers::kotlin::KotlinGenerator
1155 case BASE_TYPE_VECTOR: return CastToUsigned(type.VectorType()); in CastToUsigned()