Home
last modified time | relevance | path

Searched refs:output_cache_ (Results 1 – 4 of 4) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dsimple_wml.cpp134 output_cache_() in node()
144 output_cache_() in node()
604 if(output_cache_.empty() == false) { in output_size()
605 return output_cache_.size(); in output_size()
629 if(!output_cache_.empty()) { in shift_buffers()
630 output_cache_ = string_span(output_cache_.begin() + offset, output_cache_.size()); in shift_buffers()
649 if(output_cache_.empty() == false) { in output()
650 memcpy(buf, output_cache_.begin(), output_cache_.size()); in output()
651 shift_buffers(buf - output_cache_.begin()); in output()
652 buf += output_cache_.size(); in output()
[all …]
H A Dsimple_wml.hpp141 bool is_dirty() const { return output_cache_.is_null(); } in is_dirty()
203 string_span output_cache_; member in simple_wml::node
/dports/games/wesnoth/wesnoth-1.14.17/src/server/
H A Dsimple_wml.cpp212 output_cache_() in node()
226 output_cache_() in node()
359 output_cache_ = string_span(begin, s - begin); in node()
699 if(output_cache_.empty() == false) { in output_size()
700 return output_cache_.size(); in output_size()
724 if(!output_cache_.empty()) { in shift_buffers()
725 output_cache_ = string_span(output_cache_.begin() + offset, output_cache_.size()); in shift_buffers()
744 if(output_cache_.empty() == false) { in output()
745 memcpy(buf, output_cache_.begin(), output_cache_.size()); in output()
749 buf += output_cache_.size(); in output()
[all …]
H A Dsimple_wml.hpp160 bool is_dirty() const { return output_cache_.is_null(); } in is_dirty()
224 string_span output_cache_; member in simple_wml::node