Searched refs:ValidateHandleOrInterface (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | validation_util.h | 158 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, 160 bool ValidateHandleOrInterface(const AssociatedInterfaceRequest_Data& input, 162 bool ValidateHandleOrInterface(const Interface_Data& input, 164 bool ValidateHandleOrInterface(const Handle_Data& input,
|
D | validation_util.cc | 213 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, in ValidateHandleOrInterface() function 223 bool ValidateHandleOrInterface(const AssociatedInterfaceRequest_Data& input, in ValidateHandleOrInterface() function 233 bool ValidateHandleOrInterface(const Interface_Data& input, in ValidateHandleOrInterface() function 242 bool ValidateHandleOrInterface(const Handle_Data& input, in ValidateHandleOrInterface() function
|
D | array_internal.h | 171 if (!ValidateHandleOrInterface(elements[i], validation_context))
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
D | validation_macros.tmpl | 60 if (!mojo::internal::ValidateHandleOrInterface({{field_expr}},
|