Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_general.cpp252 !IsScalar(DestinationType(t, true).base_type) in GenNullableAnnotation()
320 Type DestinationType(const Type &type, bool vectorelem) const { in DestinationType() function in flatbuffers::general::GeneralGenerator
329 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()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc548 class DestinationType {}; class
553 operator DestinationType() { return DestinationType(); } in operator DestinationType()
558 Action<DestinationType()> action(Return(s)); in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc614 class DestinationType {}; class
619 operator DestinationType() { return DestinationType(); } in operator DestinationType()
624 Action<DestinationType()> action(Return(s)); in TEST()