Lines Matching defs:EmptyContext

49 struct EmptyContext {};
414 template <class T> struct has_MappingTraits<T, EmptyContext> {
440 template <class T> struct has_MappingValidateTraits<T, EmptyContext> {
465 template <class T> struct has_MappingEnumInputTraits<T, EmptyContext> {
843 EmptyContext Context;
883 EmptyContext Ctx;
893 EmptyContext Ctx;
899 EmptyContext Ctx;
978 template <typename T> void doMapping(IO &io, T &Val, EmptyContext &Ctx) {
986 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
994 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1006 EmptyContext &Ctx) {
1026 yamlize(IO &YamlIO, T &Val, bool, EmptyContext &Ctx) {
1045 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1075 template <typename T> std::string doValidate(IO &io, T &Val, EmptyContext &) {
1144 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1159 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1172 std::enable_if_t<missingTraits<T, EmptyContext>::value, void>
1173 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1791 EmptyContext Ctx;
1804 inline std::enable_if_t<has_MappingTraits<T, EmptyContext>::value, Input &>
1806 EmptyContext Ctx;
1817 EmptyContext Ctx;
1827 EmptyContext Ctx;
1837 EmptyContext Ctx;
1847 EmptyContext Ctx;
1855 inline std::enable_if_t<missingTraits<T, EmptyContext>::value, Input &>
1865 EmptyContext Ctx;
1881 inline std::enable_if_t<has_MappingTraits<T, EmptyContext>::value, Output &>
1883 EmptyContext Ctx;
1897 EmptyContext Ctx;
1911 EmptyContext Ctx;
1925 EmptyContext Ctx;
1940 EmptyContext Ctx;
1955 inline std::enable_if_t<missingTraits<T, EmptyContext>::value, Output &>