Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_general.cpp357 std::string DestinationCast(const Type &type) { in DestinationCast() function in flatbuffers::general::GeneralGenerator
359 return DestinationCast(type.VectorType()); in DestinationCast()
846 std::string dest_cast = DestinationCast(field.value.type); in GenStruct()