Home
last modified time | relevance | path

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

/external/libtextclassifier/abseil-cpp/absl/status/
Dstatusor_test.cc634 struct ExplicitConstructibleFromA { struct
635 int x;
636 bool moved;
637 explicit ExplicitConstructibleFromA(const A& a) : x(a.x), moved(false) {} in ExplicitConstructibleFromA() function
638 explicit ExplicitConstructibleFromA(A&& a) : x(a.x), moved(true) {} in ExplicitConstructibleFromA() argument
/external/openscreen/third_party/abseil/src/absl/status/
Dstatusor_test.cc645 struct ExplicitConstructibleFromA { struct
646 int x;
647 bool moved;
648 explicit ExplicitConstructibleFromA(const A& a) : x(a.x), moved(false) {} in ExplicitConstructibleFromA() argument
649 explicit ExplicitConstructibleFromA(A&& a) : x(a.x), moved(true) {} in ExplicitConstructibleFromA() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc634 struct ExplicitConstructibleFromA { struct
635 int x;
636 bool moved;
637 explicit ExplicitConstructibleFromA(const A& a) : x(a.x), moved(false) {} in ExplicitConstructibleFromA() argument
638 explicit ExplicitConstructibleFromA(A&& a) : x(a.x), moved(true) {} in ExplicitConstructibleFromA() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc645 struct ExplicitConstructibleFromA { struct
646 int x;
647 bool moved;
648 explicit ExplicitConstructibleFromA(const A& a) : x(a.x), moved(false) {} in ExplicitConstructibleFromA() function
649 explicit ExplicitConstructibleFromA(A&& a) : x(a.x), moved(true) {} in ExplicitConstructibleFromA() argument