Home
last modified time | relevance | path

Searched defs:Garment (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/experiments/
Dfield_trial_list_unittest.cc22 struct Garment { struct
23 int price = 0;
24 std::string color = "";
25 bool has_glitter = false;
29 Garment(int p, absl::string_view c, bool g) in Garment() argument
32 bool operator==(const Garment& other) const { in operator ==()