Searched refs:first_sep (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/mpl/preprocessed/ |
D | pp.py | 27 def block_format(limits, text, first_sep=' ', sep=',', need_last_ident=1 ): argument 47 , (s,len(s)+len(first_sep),first_sep) 108 (first_sep,sep) = if_else(string.find(match.group(0),'+') == -1, (' ',' '),(' ','+')) 116 , first_sep
|
/third_party/boost/tools/inspect/ |
D | inspect.cpp | 417 bool first_sep = true; in display_details() local 433 first_sep = true; in display_details() 440 if (first_sep) in display_details() 452 first_sep = false; in display_details()
|