Home
last modified time | relevance | path

Searched refs:ValidatorCallback (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h23 typedef Status (*ValidatorCallback)(const char *string, void *baton); typedef
31 OptionValueString(ValidatorCallback validator, void *baton = nullptr)
53 OptionValueString(const char *value, ValidatorCallback validator,
64 ValidatorCallback validator, void *baton = nullptr)
138 ValidatorCallback m_validator;