Searched defs:optionMap (Results 1 – 4 of 4) sorted by relevance
25 void MapDfxOption(std::map<DfxOptionHandler::DfxOption, uint8_t> &optionMap, DfxOptionHandler::DfxO… in MapDfxOption()75 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; in TEST() local
108 void DfxController::Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) in Initialize()126 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; in SetOption() local
84 …explicit DfxController(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) : optionMap_(std:… in DfxController()
398 …ompilerPreprocessor::FilterOption(const std::map<std::string, std::vector<std::string>> &optionMap, in FilterOption()