Home
last modified time | relevance | path

Searched refs:quote_ (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/
H A Dtoken_functions.hpp111 string_type quote_; member in boost::escaped_list_separator
124 return std::find_if(quote_.begin(),quote_.end(),f)!=quote_.end(); in is_quote()
154 : escape_(1,e), c_(1,c), quote_(1,q), last_(false) { } in escaped_list_separator()
157 : escape_(e), c_(c), quote_(q), last_(false) { } in escaped_list_separator()