Home
last modified time | relevance | path

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

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAttrComp.cc79 _btwnMode = VALUE2VALUE; in CegoAttrComp()
96 _btwnMode = ATTR2VALUE; in CegoAttrComp()
113 _btwnMode = VALUE2ATTR; in CegoAttrComp()
129 _btwnMode = ATTR2ATTR; in CegoAttrComp()
284 if ( _btwnMode == VALUE2VALUE ) in reset()
407 if ( _btwnMode == ATTR2VALUE || _btwnMode == ATTR2ATTR ) in setup()
412 if ( _btwnMode == VALUE2ATTR || _btwnMode == ATTR2ATTR ) in setup()
489 _btwnMode = ac._btwnMode; in operator =()
518 switch ( _btwnMode ) in operator ==()
740 switch ( _btwnMode ) in getId()
[all …]
H A DCegoAttrComp.h114 BetweenMode _btwnMode; variable