Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/abseil-cpp/absl/hash/internal/
Dhash_test.h69 explicit TypeErasedContainer(const T& n) : TypeErasedValue<T>(n) {} in TypeErasedContainer() function
70 TypeErasedContainer(std::initializer_list<value_type> init_list) in TypeErasedContainer() function
74 explicit TypeErasedContainer(const value_type& v) in TypeErasedContainer() function
/external/cronet/tot/third_party/abseil-cpp/absl/hash/internal/
Dhash_test.h69 explicit TypeErasedContainer(const T& n) : TypeErasedValue<T>(n) {} in TypeErasedContainer() function
70 TypeErasedContainer(std::initializer_list<value_type> init_list) in TypeErasedContainer() function
74 explicit TypeErasedContainer(const value_type& v) in TypeErasedContainer() function
/external/abseil-cpp/absl/hash/internal/
Dhash_test.h69 explicit TypeErasedContainer(const T& n) : TypeErasedValue<T>(n) {} in TypeErasedContainer() function
70 TypeErasedContainer(std::initializer_list<value_type> init_list) in TypeErasedContainer() function
74 explicit TypeErasedContainer(const value_type& v) in TypeErasedContainer() function
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dhash_test.h69 explicit TypeErasedContainer(const T& n) : TypeErasedValue<T>(n) {} in TypeErasedContainer() function
70 TypeErasedContainer(std::initializer_list<value_type> init_list) in TypeErasedContainer() function
74 explicit TypeErasedContainer(const value_type& v) in TypeErasedContainer() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc89 class TypeErasedContainer : public TypeErasedValue<T> { class
95 explicit TypeErasedContainer(const T& n) : TypeErasedValue<T>(n) {} in TypeErasedContainer() function in __anon8b535b160111::TypeErasedContainer
96 TypeErasedContainer(std::initializer_list<value_type> init_list) in TypeErasedContainer() function in __anon8b535b160111::TypeErasedContainer
100 explicit TypeErasedContainer(const value_type& v) in TypeErasedContainer() function in __anon8b535b160111::TypeErasedContainer