Home
last modified time | relevance | path

Searched refs:secondLevelCommands (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp1758 handleIt->second.secondLevelCommands.insert( *command ); in distributeSecondLevelCommands()
6319 std::vector<std::string> firstLevelCommands, secondLevelCommands; in generateRAIIHandleCommandDeclarations() local
6333 …else if ( handle.second.secondLevelCommands.find( command ) != handle.second.secondLevelCommands.e… in generateRAIIHandleCommandDeclarations()
6338 secondLevelCommands.push_back( command ); in generateRAIIHandleCommandDeclarations()
6343 if ( !firstLevelCommands.empty() || !secondLevelCommands.empty() ) in generateRAIIHandleCommandDeclarations()
6350 for ( auto const & command : secondLevelCommands ) in generateRAIIHandleCommandDeclarations()
6360 std::vector<std::string> firstLevelCommands, secondLevelCommands; in generateRAIIHandleCommandDeclarations() local
6372 …else if ( handle.second.secondLevelCommands.find( command ) != handle.second.secondLevelCommands.e… in generateRAIIHandleCommandDeclarations()
6375 secondLevelCommands.push_back( command ); in generateRAIIHandleCommandDeclarations()
6380 if ( !firstLevelCommands.empty() || !secondLevelCommands.empty() ) in generateRAIIHandleCommandDeclarations()
[all …]
DVulkanHppGenerator.hpp344 std::set<std::string> secondLevelCommands; member