Lines Matching defs:EmptyContext
48 struct EmptyContext {};
413 template <class T> struct has_MappingTraits<T, EmptyContext> {
439 template <class T> struct has_MappingValidateTraits<T, EmptyContext> {
464 template <class T> struct has_MappingEnumInputTraits<T, EmptyContext> {
841 EmptyContext Context;
881 EmptyContext Ctx;
891 EmptyContext Ctx;
897 EmptyContext Ctx;
976 template <typename T> void doMapping(IO &io, T &Val, EmptyContext &Ctx) {
984 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
992 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1004 EmptyContext &Ctx) {
1024 yamlize(IO &YamlIO, T &Val, bool, EmptyContext &Ctx) {
1043 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1073 template <typename T> std::string doValidate(IO &io, T &Val, EmptyContext &) {
1142 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1157 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1170 std::enable_if_t<missingTraits<T, EmptyContext>::value, void>
1171 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
1788 EmptyContext Ctx;
1801 inline std::enable_if_t<has_MappingTraits<T, EmptyContext>::value, Input &>
1803 EmptyContext Ctx;
1814 EmptyContext Ctx;
1824 EmptyContext Ctx;
1834 EmptyContext Ctx;
1844 EmptyContext Ctx;
1852 inline std::enable_if_t<missingTraits<T, EmptyContext>::value, Input &>
1862 EmptyContext Ctx;
1878 inline std::enable_if_t<has_MappingTraits<T, EmptyContext>::value, Output &>
1880 EmptyContext Ctx;
1894 EmptyContext Ctx;
1908 EmptyContext Ctx;
1922 EmptyContext Ctx;
1937 EmptyContext Ctx;
1952 inline std::enable_if_t<missingTraits<T, EmptyContext>::value, Output &>