Searched defs:DeviceOptions (Results 1 – 1 of 1) sorted by relevance
36 struct DeviceOptions { struct57 explicit DeviceOptions(unsigned flags) : flags_(flags) { in DeviceOptions() function62 static DeviceOptions Default() { return DeviceOptions(0); } in Default() argument66 bool operator==(const DeviceOptions& other) const { argument79 // DeviceOptions subclass proliferation. argument80 std::map<string, string> non_portable_tags;