Home
last modified time | relevance | path

Searched defs:SettingException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libconfig/lib/
H A Dlibconfigcpp.c++150 SettingException::SettingException(const Setting &setting) in SettingException() function in libconfig::SettingException
160 SettingException::SettingException(const Setting &setting, int idx) in SettingException() function in libconfig::SettingException
171 SettingException::SettingException(const Setting &setting, const char *name) in SettingException() function in libconfig::SettingException
182 SettingException::SettingException(const char *path) in SettingException() function in libconfig::SettingException
196 SettingException::SettingException(const SettingException &other) in SettingException() function in libconfig::SettingException
H A Dlibconfig.h++63 class LIBCONFIGXX_API SettingException : public ConfigException class