Lines Matching refs:sNextPathSegment
68 const char * sNextPathSegment = 0; in operator []() local
69 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in operator []()
73 if ( sNextPathSegment == 0 ) in operator []()
76 return (*it)->SubList()[sNextPathSegment]; in operator []()
92 const char * sNextPathSegment = 0; in InsertInfo() local
93 sub_iterator it = lower_bound(bExists, sNextPathSegment, let_dpInfo->Key() ); in InsertInfo()
126 const char * sNextPathSegment = 0; in InsertInfoByPath() local
127 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in InsertInfoByPath()
133 sNextPathSegment, in InsertInfoByPath()
141 sNextPathSegment - in InsertInfoByPath()
142 ( *sNextPathSegment == 0 ? 0 : 1) in InsertInfoByPath()
150 sNextPathSegment, in InsertInfoByPath()
165 const char * sNextPathSegment = 0; in ReleaseInfo() local
166 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in ReleaseInfo()
170 if ( *sNextPathSegment == 0 ) in ReleaseInfo()
173 return (*it)->SubList().ReleaseInfo(sNextPathSegment); in ReleaseInfo()
185 const char * sNextPathSegment = 0; in DeleteInfo() local
186 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in DeleteInfo()
190 if ( *sNextPathSegment == 0 ) in DeleteInfo()
196 (*it)->SubList().DeleteInfo(sNextPathSegment); in DeleteInfo()