Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/utility/
Dsequence_stack.hpp33 struct sequence_stack struct
37 struct allocate_guard_t
49 static T *allocate(std::size_t size, T const &t) in allocate()
60 static void deallocate(T *p, std::size_t i) in deallocate()
67 struct chunk
99 chunk *current_chunk_;
102 T *begin_;
103 T *curr_;
104 T *end_;
106 T *grow_(std::size_t count, T const &t) in grow_()
[all …]