Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() function
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() argument
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() function
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() function
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() function
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() argument
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() argument
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() argument
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() function
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() argument
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() argument
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() function
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/abseil-cpp/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() function
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() function
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() argument
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() function
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() function
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() function
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/
H A Dvariant_test.cc80 struct MoveCanThrow { struct
81 MoveCanThrow() : v(0) {} in MoveCanThrow() argument
82 MoveCanThrow(int v) : v(v) {} // NOLINT(runtime/explicit) in MoveCanThrow() function
83 MoveCanThrow(const MoveCanThrow& other) : v(other.v) {} in MoveCanThrow() function
84 MoveCanThrow& operator=(const MoveCanThrow& /*other*/) { return *this; } in operator =()
85 int v;
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dinlined_vector_test.cc354 struct MoveCanThrow { in TEST() struct
355 MoveCanThrow(MoveCanThrow&&) {} in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dinlined_vector_test.cc358 struct MoveCanThrow { in TEST() struct
359 MoveCanThrow(MoveCanThrow&&) {} in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc358 struct MoveCanThrow { in TEST() struct
359 MoveCanThrow(MoveCanThrow&&) {} in TEST() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc358 struct MoveCanThrow { in TEST() struct
359 MoveCanThrow(MoveCanThrow&&) {} in TEST() function
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc480 struct MoveCanThrow { in TEST() struct
481 MoveCanThrow(MoveCanThrow&&) {} in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc480 struct MoveCanThrow { in TEST() struct
481 MoveCanThrow(MoveCanThrow&&) {} in TEST() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc480 struct MoveCanThrow { in TEST() struct
481 MoveCanThrow(MoveCanThrow&&) {} in TEST() argument