Searched refs:AssociatedInterface_Data (Results 1 – 7 of 7) sorted by relevance
114 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input) { in IsHandleOrInterfaceValid()131 const AssociatedInterface_Data& input, in ValidateHandleOrInterfaceNonNullable()182 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input, in ValidateHandleOrInterface()
120 bool IsHandleOrInterfaceValid(const AssociatedInterface_Data& input);130 const AssociatedInterface_Data& input,202 bool ValidateHandleOrInterface(const AssociatedInterface_Data& input,
153 struct AssociatedInterface_Data { struct157 static_assert(sizeof(AssociatedInterface_Data) == 8, argument232 using Data = AssociatedInterface_Data;
31 AssociatedInterface_Data* output,38 static bool Deserialize(AssociatedInterface_Data* input,
52 AssociatedInterface_Data* out_data); in COMPONENT_EXPORT()
56 AssociatedInterface_Data* out_data) { in AddAssociatedInterfaceInfo()
268 std::is_same<T, AssociatedInterface_Data>::value ||