Searched defs:DeviceOptions (Results 1 – 1 of 1) sorted by relevance
37 struct DeviceOptions { struct58 explicit DeviceOptions(unsigned flags) : flags_(flags) { in DeviceOptions() argument63 static DeviceOptions Default() { return DeviceOptions(0); } in Default() argument67 bool operator==(const DeviceOptions& other) const { argument94 // DeviceOptions subclass proliferation. argument95 std::map<std::string, std::string> non_portable_tags;