Searched refs:secondLevelCommands (Results 1 – 2 of 2) sorted by relevance
1758 handleIt->second.secondLevelCommands.insert( *command ); in distributeSecondLevelCommands()6319 std::vector<std::string> firstLevelCommands, secondLevelCommands; in generateRAIIHandleCommandDeclarations() local6333 …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() local6372 …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 …]
344 std::set<std::string> secondLevelCommands; member