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()675 code += GenTypeBasic(DestinationType(field.value.type, false)); in GenStructArgs()1297 code += GenTypeBasic(DestinationType(field.value.type, false)); in GenStruct()1350 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()
614 class DestinationType {}; class619 operator DestinationType() { return DestinationType(); } in operator DestinationType()624 Action<DestinationType()> action(Return(s)); in TEST()