Lines Matching refs:UNDEFINED_ERROR
14 #define UNDEFINED_ERROR() \ macro
45 file_ptr value_node::get_file() const { UNDEFINED_ERROR(); } in get_file()
46 string_iterator value_node::get_position() const { UNDEFINED_ERROR(); } in get_position()
47 int value_node::get_int() const { UNDEFINED_ERROR(); } in get_int()
50 UNDEFINED_ERROR(); in get_quickbook()
52 std::string value_node::get_encoded() const { UNDEFINED_ERROR(); } in get_encoded()
53 value_node* value_node::get_list() const { UNDEFINED_ERROR(); } in get_list()
59 bool value_node::equals(value_node*) const { UNDEFINED_ERROR(); } in equals()
81 virtual value_node* clone() const { UNDEFINED_ERROR(); } in clone()
88 bool empty() const { UNDEFINED_ERROR(); } in empty()
89 bool check() const { UNDEFINED_ERROR(); } in check()
90 bool is_list() const { UNDEFINED_ERROR(); } in is_list()
91 bool is_encoded() const { UNDEFINED_ERROR(); } in is_encoded()