Lines Matching refs:bExists
67 bool bExists = false; in operator []() local
69 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in operator []()
71 if ( bExists ) in operator []()
91 bool bExists = false; in InsertInfo() local
93 sub_iterator it = lower_bound(bExists, sNextPathSegment, let_dpInfo->Key() ); in InsertInfo()
95 if ( ! bExists ) in InsertInfo()
125 bool bExists = false; in InsertInfoByPath() local
127 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath); in InsertInfoByPath()
129 if ( bExists ) in InsertInfoByPath()
164 bool bExists = false; in ReleaseInfo() local
166 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in ReleaseInfo()
168 if ( bExists ) in ReleaseInfo()
184 bool bExists = false; in DeleteInfo() local
186 sub_iterator it = lower_bound(bExists, sNextPathSegment, i_sKeyPath ); in DeleteInfo()
188 if ( bExists ) in DeleteInfo()