Home
last modified time | relevance | path

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

/dports/japanese/kasumi/kasumi-2.5/
H A DKasumiConfiguration.cxx371 list<string> booleanValueKeyNames; in checkValidity() local
373 booleanValueKeyNames.push_back(string("ImportSelectedText")); in checkValidity()
375 while(!booleanValueKeyNames.empty()){ in checkValidity()
376 string keyName = booleanValueKeyNames.front(); in checkValidity()
377 booleanValueKeyNames.pop_front(); in checkValidity()