Home
last modified time | relevance | path

Searched refs:CallIsNullIfExists (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dserialization_util.h37 bool CallIsNullIfExists(const UserType& input) { in CallIsNullIfExists() function
45 bool CallIsNullIfExists(const UserType& input) { in CallIsNullIfExists() function
Dstring_serialization.h29 if (CallIsNullIfExists<Traits>(input))
Dmap_serialization.h105 if (CallIsNullIfExists<Traits>(input))
Darray_serialization.h479 if (CallIsNullIfExists<Traits>(input))
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dstruct_serialization_declaration.tmpl18 if (CallIsNullIfExists<Traits>(input))
Dunion_serialization_declaration.tmpl16 if (CallIsNullIfExists<Traits>(input)) {