Searched refs:mocks_ (Results 1 – 6 of 6) sorted by relevance
124 mocks_[std::type_index(GetTypeId<DistrT, std::tuple<Args...>>())]; in Register()146 mutable absl::flat_hash_map<std::type_index, MockData> mocks_; variable164 auto it = mocks_.find(std::type_index(key_type)); in CallImpl()165 if (it == mocks_.end()) return false; in CallImpl()
166 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_;
198 auto& mock = mocks_[type];219 auto it = mocks_.find(type);220 if (it == mocks_.end()) return false;227 mocks_;