Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_util.cc114 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input) { in IsHandleOrInterfaceValid() function
118 bool IsHandleOrInterfaceValid(const AssociatedEndpointHandle_Data& input) { in IsHandleOrInterfaceValid() function
122 bool IsHandleOrInterfaceValid(const Interface_Data& input) { in IsHandleOrInterfaceValid() function
126 bool IsHandleOrInterfaceValid(const Handle_Data& input) { in IsHandleOrInterfaceValid() function
134 if (IsHandleOrInterfaceValid(input)) in ValidateHandleOrInterfaceNonNullable()
147 if (IsHandleOrInterfaceValid(input)) in ValidateHandleOrInterfaceNonNullable()
160 if (IsHandleOrInterfaceValid(input)) in ValidateHandleOrInterfaceNonNullable()
173 if (IsHandleOrInterfaceValid(input)) in ValidateHandleOrInterfaceNonNullable()
Dvalidation_util.h120 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input);
122 bool IsHandleOrInterfaceValid(const AssociatedEndpointHandle_Data& input);
124 bool IsHandleOrInterfaceValid(const Interface_Data& input);
126 bool IsHandleOrInterfaceValid(const Handle_Data& input);
Darray_internal.h160 !IsHandleOrInterfaceValid(elements[i])) {
Darray_serialization.h305 !IsHandleOrInterfaceValid(output->at(i)),
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_serialization_declaration.tmpl71 !mojo::internal::IsHandleOrInterfaceValid(result->data.f_{{name}}),
Dstruct_macros.tmpl73 !mojo::internal::IsHandleOrInterfaceValid({{writer}}->{{name}}),