Searched defs:Config (Results 1 – 3 of 3) sorted by relevance
124 struct Config { struct125 Action action;126 std::string url;127 std::vector<std::string> certsPath;128 Version version;129 std::string bundleName;130 uint32_t bundleType = 0;131 Mode mode = Mode::BACKGROUND;132 Network network = Network::ANY;133 uint32_t index = 0;[all …]
28 struct Config { struct
19 class Config { class