Lines Matching refs:AdapterConfig
28 class AdapterConfig {
30 AdapterConfig(ConfigCache* config, ConfigCache* memory_only_config, std::string section);
33 AdapterConfig(AdapterConfig&& other) noexcept = default;
34 AdapterConfig& operator=(AdapterConfig&& other) noexcept = default;
37 AdapterConfig(const AdapterConfig& other) noexcept = default;
38 AdapterConfig& operator=(const AdapterConfig& other) noexcept = default;
41 bool operator==(const AdapterConfig& other) const {
44 bool operator!=(const AdapterConfig& other) const {
47 bool operator<(const AdapterConfig& other) const {
50 bool operator>(const AdapterConfig& rhs) const {
53 bool operator<=(const AdapterConfig& rhs) const {
56 bool operator>=(const AdapterConfig& rhs) const {