HomeSort by relevance Sort by last modified time
    Searched refs:Interface_Data (Results 1 - 5 of 5) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_util.cc 111 bool IsHandleOrInterfaceValid(const Interface_Data& input) {
146 const Interface_Data& input,
191 bool ValidateHandleOrInterface(const Interface_Data& input,
validation_util.h 117 const Interface_Data& input);
130 const Interface_Data& input,
197 const Interface_Data& input,
bindings_internal.h 139 struct Interface_Data {
143 static_assert(sizeof(Interface_Data) == 8, "Bad_sizeof(Interface_Data)");
277 using Data = Interface_Data;
handle_interface_serialization.h 117 Interface_Data* output,
124 static bool Deserialize(Interface_Data* input,
array_internal.h 159 std::is_same<T, Interface_Data>::value ||
267 std::is_same<T, Interface_Data>::value ||

Completed in 103 milliseconds