Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dschema_validator.cpp38 static void print_output(const std::string& message, bool flag_exception = false) in print_output()
60 bool flag_exception) in extra_tag_error()
69 …d::string& file, int line, const std::string& name, const std::string& parent, bool flag_exception) in wrong_tag_error()
81 bool flag_exception) in missing_tag_error()
90 …t std::string& file, int line, const std::string& tag, const std::string& key, bool flag_exception) in extra_key_error()
98 …t std::string& file, int line, const std::string& tag, const std::string& key, bool flag_exception) in missing_key_error()
110 bool flag_exception) in wrong_value_error()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Das_value.h357 void flag_exception() { in flag_exception() function