Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_general.cpp380 std::string DestinationCast(const Type &type) const { in DestinationCast() function in flatbuffers::general::GeneralGenerator
382 return DestinationCast(type.VectorType()); in DestinationCast()
627 auto dest_cast = DestinationCast(type); in GenGetterForLookupByKey()
908 std::string dest_cast = DestinationCast(field.value.type); in GenStruct()