Searched defs:Config (Results 1 – 3 of 3) sorted by relevance
146 struct Config { struct147 Action action;148 std::string url;149 std::vector<std::string> certsPath;150 Version version;151 std::string bundleName;152 uint32_t bundleType = 0;153 Mode mode = Mode::BACKGROUND;154 Network network = Network::ANY;155 uint32_t index = 0;[all …]
28 struct Config { struct
19 class Config { class