Searched defs:tst_node (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/detail/ |
| H A D | tst.hpp | 25 struct tst_node struct 27 tst_node(Char id_) in tst_node() argument 34 destruct_node(tst_node* p, Alloc* alloc) in destruct_node() 49 clone_node(tst_node* p, Alloc* alloc) in clone_node() 66 find(tst_node* start, Iterator& first, Iterator last, Filter filter) in find() 109 add( in add() 153 remove(tst_node*& p, Iterator first, Iterator last, Alloc* alloc) in remove() 192 for_each(tst_node* p, std::basic_string<Char> prefix, F f) in for_each() 205 Char id; // the node's identity character 206 T* data; // optional data [all …]
|