Home
last modified time | relevance | path

Searched refs:mocks_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen.h124 mocks_[std::type_index(GetTypeId<DistrT, std::tuple<Args...>>())]; in Register()
146 mutable absl::flat_hash_map<std::type_index, MockData> mocks_; variable
164 auto it = mocks_.find(std::type_index(key_type)); in CallImpl()
165 if (it == mocks_.end()) return false; in CallImpl()
/external/abseil-cpp/absl/random/
Dmocking_bit_gen.h124 mocks_[std::type_index(GetTypeId<DistrT, std::tuple<Args...>>())]; in Register()
146 mutable absl::flat_hash_map<std::type_index, MockData> mocks_; variable
164 auto it = mocks_.find(std::type_index(key_type)); in CallImpl()
165 if (it == mocks_.end()) return false; in CallImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen.h166 auto& mock = mocks_[type];
207 auto it = mocks_.find(type);
208 if (it == mocks_.end()) return false;
214 absl::flat_hash_map<base_internal::FastTypeIdType, MockData> mocks_;
/external/openscreen/third_party/abseil/src/absl/random/
Dmocking_bit_gen.h166 auto& mock = mocks_[type];
207 auto it = mocks_.find(type);
208 if (it == mocks_.end()) return false;
214 absl::flat_hash_map<base_internal::FastTypeIdType, MockData> mocks_;
/external/libtextclassifier/abseil-cpp/absl/random/
Dmocking_bit_gen.h166 auto& mock = mocks_[type];
207 auto it = mocks_.find(type);
208 if (it == mocks_.end()) return false;
214 absl::flat_hash_map<base_internal::FastTypeIdType, MockData> mocks_;
/external/angle/third_party/abseil-cpp/absl/random/
Dmocking_bit_gen.h198 auto& mock = mocks_[type];
219 auto it = mocks_.find(type);
220 if (it == mocks_.end()) return false;
227 mocks_;