Searched defs:Config (Results 1 – 3 of 3) sorted by relevance
118 struct Config { struct119 Action action;120 std::string url;121 std::vector<std::string> certsPath;122 Version version;123 std::string bundleName;124 uint32_t bundleType = 0;125 Mode mode = Mode::BACKGROUND;126 Network network = Network::ANY;127 uint32_t index = 0;[all …]
28 struct Config { struct
19 class Config { class