Home
last modified time | relevance | path

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

/aosp_15_r20/external/libconfig/lib/
H A Dlibconfigcpp.c++228 SettingTypeException::SettingTypeException(const Setting &setting) in SettingTypeException() function in libconfig::SettingTypeException
235 SettingTypeException::SettingTypeException(const Setting &setting, int idx) in SettingTypeException() function in libconfig::SettingTypeException
242 SettingTypeException::SettingTypeException(const Setting &setting, in SettingTypeException() function in libconfig::SettingTypeException
H A Dlibconfig.h++86 class LIBCONFIGXX_API SettingTypeException : public SettingException class