Searched refs:SourceCast (Results 1 – 1 of 1) sorted by relevance
407 std::string SourceCast(const Type &type, bool castFromDest) const { in SourceCast() function in flatbuffers::general::GeneralGenerator409 return SourceCast(type.VectorType(), castFromDest); in SourceCast()431 std::string SourceCast(const Type &type) const { return SourceCast(type, true); } in SourceCast() function in flatbuffers::general::GeneralGenerator434 return IsScalar(type.base_type) ? SourceCast(type, castFromDest) : ""; in SourceCastBasic()705 code += SourceCast(field.value.type); in GenStructBody()909 std::string src_cast = SourceCast(field.value.type); in GenStruct()