Lines Matching refs:skip
88 void skip();
91 skip(); in validate()
144 virtual void skip() {} in skip() function
256 void skip() override { in skip() function
257 getKey()->skip(); in skip()
258 getValue()->skip(); in skip()
328 template <class CollectionType> void skip(CollectionType &C) { in skip() function
334 i->skip(); in skip()
362 template <class T> friend void yaml::skip(T &);
368 void skip() override { yaml::skip(*this); } in skip() function
418 template <class T> friend void yaml::skip(T &);
426 void skip() override { yaml::skip(*this); } in skip() function
471 bool skip();
534 if (!(*Doc)->skip()) {