Home
last modified time | relevance | path

Searched refs:AssociatedInterfaceRequest_Data (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dvalidation_util.h109 bool IsHandleOrInterfaceValid(const AssociatedInterfaceRequest_Data& input);
118 const AssociatedInterfaceRequest_Data& input,
160 bool ValidateHandleOrInterface(const AssociatedInterfaceRequest_Data& input,
Dvalidation_util.cc149 bool IsHandleOrInterfaceValid(const AssociatedInterfaceRequest_Data& input) { in IsHandleOrInterfaceValid()
175 const AssociatedInterfaceRequest_Data& input, in ValidateHandleOrInterfaceNonNullable()
223 bool ValidateHandleOrInterface(const AssociatedInterfaceRequest_Data& input, in ValidateHandleOrInterface()
Dhandle_interface_serialization.h48 AssociatedInterfaceRequest_Data* output,
56 static bool Deserialize(AssociatedInterfaceRequest_Data* input,
Dbindings_internal.h137 struct AssociatedInterfaceRequest_Data { struct
140 static_assert(sizeof(AssociatedInterfaceRequest_Data) == 4, argument
224 using Data = AssociatedInterfaceRequest_Data;
Darray_internal.h265 std::is_same<T, AssociatedInterfaceRequest_Data>::value ||