Home
last modified time | relevance | path

Searched defs:FuncPointerArgumentData (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.hpp313 struct FuncPointerArgumentData struct in VulkanHppGenerator
315 FuncPointerArgumentData( std::string const & t, int line ) : type( t ), xmlLine( line ) {} in FuncPointerArgumentData() argument
317 std::string type;
318 int xmlLine;