Lines Matching refs:i_sKeyPath
59 List_GenericInfo::operator[]( KeyPath i_sKeyPath ) const in operator []()
61 return const_cast< List_GenericInfo& >(*this)[i_sKeyPath]; in operator []()
65 List_GenericInfo::operator[]( KeyPath i_sKeyPath ) in operator []() argument
69 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in operator []()
115 KeyPath i_sKeyPath, in InsertInfoByPath() argument
122 if ( i_sKeyPath == 0 ? true : *i_sKeyPath == 0 ) in InsertInfoByPath()
127 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in InsertInfoByPath()
139 Simstr aKey( i_sKeyPath, in InsertInfoByPath()
143 - i_sKeyPath ); in InsertInfoByPath()
162 List_GenericInfo::ReleaseInfo( KeyPath i_sKeyPath ) in ReleaseInfo() argument
166 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in ReleaseInfo()
182 List_GenericInfo::DeleteInfo( KeyPath i_sKeyPath ) in DeleteInfo() argument
186 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in DeleteInfo()
204 KeyPath i_sKeyPath ) in lower_bound() argument
206 o_sNextPathSegment = strchr(i_sKeyPath, '/'); in lower_bound()
207 …Simstr sKey( i_sKeyPath, (o_sNextPathSegment == 0 ? strlen(i_sKeyPath) : o_sNextPathSegment++ - i_… in lower_bound()