Home
last modified time | relevance | path

Searched refs:sNextPathSegment (Results 1 – 1 of 1) sorted by relevance

/trunk/main/soltools/giparser/
H A Dgi_list.cxx68 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()
[all …]