Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail1.hpp98 struct fast_string // Keep this a POD! struct
101 buff_size = (sizeof(list) + boost::alignment_of<list>::value)
105 small_string_size = buff_size-sizeof(char);
108 max_string_len = small_string_size - 3;
110 struct heap_store
117 {