Home
last modified time | relevance | path

Searched refs:SrcStorage (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/algorithm/string/detail/
H A Dclassification.hpp111 const set_value_type* SrcStorage=0; in is_any_ofF() local
118 SrcStorage=&Other.m_Storage.m_fixSet[0]; in is_any_ofF()
125 SrcStorage=Other.m_Storage.m_dynSet; in is_any_ofF()
129 ::std::memcpy(DestStorage, SrcStorage, sizeof(set_value_type)*m_Size); in is_any_ofF()
148 const set_value_type* SrcStorage; in operator =() local
155 SrcStorage=&Other.m_Storage.m_fixSet[0]; in operator =()
169 SrcStorage=Other.m_Storage.m_dynSet; in operator =()
209 ::std::memcpy(DestStorage, SrcStorage, sizeof(set_value_type)*m_Size); in operator =()