Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc2615 struct TriviallyCopyable { struct
2617 TriviallyCopyable& operator=(const TriviallyCopyable&) { return *this; } in operator =()