Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1550 struct MoveMeThrow { struct
1551 MoveMeThrow() : x(0) {} in MoveMeThrow() function
1552 MoveMeThrow(const MoveMeThrow& other) : x(other.x) {} in MoveMeThrow() function
1553 MoveMeThrow(MoveMeThrow&& other) : x(other.x) {} in MoveMeThrow() argument
1554 int x;