Searched refs:DestinationType (Results 1 – 3 of 3) sorted by relevance
252 !IsScalar(DestinationType(t, true).base_type) in GenNullableAnnotation()320 Type DestinationType(const Type &type, bool vectorelem) const { in DestinationType() function in flatbuffers::general::GeneralGenerator329 if (vectorelem) return DestinationType(type.VectorType(), vectorelem); in DestinationType()362 return GenTypeGet(DestinationType(type, true)); in GenTypeNameDest()674 code += GenTypeBasic(DestinationType(field.value.type, false)); in GenStructArgs()1296 code += GenTypeBasic(DestinationType(field.value.type, false)); in GenStruct()1349 code += GenTypeBasic(DestinationType(field.value.type, false)); in GenStruct()
548 class DestinationType {}; class553 operator DestinationType() { return DestinationType(); } in operator DestinationType()558 Action<DestinationType()> action(Return(s)); in TEST()
600 class DestinationType {}; class605 operator DestinationType() { return DestinationType(); } in operator DestinationType()610 Action<DestinationType()> action(Return(s)); in TEST()