Home
last modified time | relevance | path

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

/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h38 struct WithId { struct
39 WithId() : id_(next_id<Derived>()) {} in WithId() argument
40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function
41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function
54 friend bool operator==(const WithId& a, const WithId& b) { argument
60 explicit WithId(size_t id) : id_(id) {} in WithId() argument
66 static size_t next_id() { in next_id()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h38 struct WithId { struct
39 WithId() : id_(next_id<Derived>()) {} in WithId() argument
40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument
41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument
54 friend bool operator==(const WithId& a, const WithId& b) { argument
60 explicit WithId(size_t id) : id_(id) {} in WithId() argument
66 static size_t next_id() { in next_id()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_policy_testing.h38 struct WithId { struct
39 WithId() : id_(next_id<Derived>()) {} in WithId() function
40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument
41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function
54 friend bool operator==(const WithId& a, const WithId& b) { argument
60 explicit WithId(size_t id) : id_(id) {} in WithId() argument
66 static size_t next_id() { in next_id()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h38 struct WithId { struct
39 WithId() : id_(next_id<Derived>()) {} in WithId() argument
40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument
41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function
54 friend bool operator==(const WithId& a, const WithId& b) { argument
60 explicit WithId(size_t id) : id_(id) {} in WithId() function
66 static size_t next_id() { in next_id()
/external/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h38 struct WithId { struct
39 WithId() : id_(next_id<Derived>()) {} in WithId() function
40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function
41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function
54 friend bool operator==(const WithId& a, const WithId& b) { argument
60 explicit WithId(size_t id) : id_(id) {} in WithId() function
66 static size_t next_id() { in next_id()