Searched refs:ValidateHandleOrInterface (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_util.cc | 182 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, in ValidateHandleOrInterface() function 192 bool ValidateHandleOrInterface(const AssociatedEndpointHandle_Data& input, in ValidateHandleOrInterface() function 202 bool ValidateHandleOrInterface(const Interface_Data& input, in ValidateHandleOrInterface() function 211 bool ValidateHandleOrInterface(const Handle_Data& input, in ValidateHandleOrInterface() function
|
D | validation_util.h | 202 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, 205 bool ValidateHandleOrInterface(const AssociatedEndpointHandle_Data& input, 208 bool ValidateHandleOrInterface(const Interface_Data& input, 211 bool ValidateHandleOrInterface(const Handle_Data& input,
|
D | array_internal.h | 175 if (!ValidateHandleOrInterface(elements[i], validation_context))
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | validation_macros.tmpl | 57 if (!mojo::internal::ValidateHandleOrInterface({{field_expr}},
|