Searched refs:DestinationCast (Results 1 – 2 of 2) sorted by relevance
216 std::string DestinationCast(const Type &type) const { in DestinationCast() function in flatbuffers::java::JavaGenerator218 return DestinationCast(type.VectorType()); in DestinationCast()389 auto dest_cast = DestinationCast(type); in GenGetterForLookupByKey()649 std::string dest_cast = DestinationCast(field.value.type); in GenStruct()
173 std::string DestinationCast(const Type &type) const { in DestinationCast() function in flatbuffers::csharp::CSharpGenerator175 return DestinationCast(type.VectorType()); in DestinationCast()342 auto dest_cast = DestinationCast(type); in GenGetterForLookupByKey()609 std::string dest_cast = DestinationCast(field.value.type); in GenStruct()