Searched refs:COMPARE (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/autodoc/source/ary/inc/ ! |
| H A D | sortedids.hxx | 59 template<class COMPARE> 63 typedef typename COMPARE::id_type element_t; 64 typedef typename COMPARE::key_type key_t; 90 typedef typename COMPARE::entity_base_type entity_t; 113 template<class COMPARE> 114 inline const typename SortedIds<COMPARE>::key_t & 115 SortedIds<COMPARE>::KeyOf_(element_t i_child) in KeyOf_() 117 return COMPARE::KeyOf_(COMPARE::EntityOf_(i_child)); in KeyOf_() 120 template<class COMPARE> 121 SortedIds<COMPARE>::SortedIds(std::size_t i_reserve) in SortedIds() [all …]
|
| H A D | idsort.hxx | 33 template<class COMPARE> 37 typename COMPARE::id_type in operator ()() 39 typename COMPARE::id_type in operator ()() 41 { return COMPARE::Lesser_( in operator ()() 42 COMPARE::KeyOf_(COMPARE::EntityOf_(i_1)), in operator ()() 43 COMPARE::KeyOf_(COMPARE::EntityOf_(i_2)) ); in operator ()()
|
| /AOO42X/main/rsc/inc/ ! |
| H A D | rsctree.hxx | 71 virtual COMPARE Compare( const NameNode * ) const; 72 virtual COMPARE Compare( const void * ) const; 84 virtual COMPARE Compare( const NameNode * ) const; 85 virtual COMPARE Compare( const void * ) const; 98 virtual COMPARE Compare( const NameNode * ) const; 99 virtual COMPARE Compare( const void * ) const;
|
| H A D | rsctools.hxx | 38 enum COMPARE { LESS = -1, EQUAL = 0, GREATER = 1 }; enum
|
| /AOO42X/main/autodoc/source/ary/cpp/ ! |
| H A D | c_reposypart.cxx | 368 template <class COMPARE> 371 const SortedIds<COMPARE> & 375 template <class COMPARE> 378 const SortedIds<COMPARE> & i_data, in Add2Result() 384 typename std::vector<typename COMPARE::id_type>::const_iterator in Add2Result() 386 typename std::vector<typename COMPARE::id_type>::const_iterator in Add2Result() 397 MakeGlobalId<COMPARE>() ); in Add2Result()
|
| /AOO42X/main/rsc/source/tools/ ! |
| H A D | rsctree.cxx | 207 COMPARE NameNode::Compare( const NameNode * pCompare ) const{ in Compare() 216 COMPARE NameNode::Compare( const void * pCompare ) const{ in Compare() 462 COMPARE IdNode::Compare( const NameNode * pSearch ) const in Compare() 472 COMPARE IdNode::Compare( const void * pSearch ) const{ in Compare() 519 COMPARE StringNode::Compare( const NameNode * pSearch ) const in Compare() 531 COMPARE StringNode::Compare( const void * pSearch ) const in Compare()
|
| /AOO42X/main/basic/source/comp/ ! |
| H A D | token.cxx | 68 { COMPARE, "Compare" }, 362 COMPARE, COMPATIBLE, DEFERR, _ERROR_, BASIC_EXPLICIT, LIB, LINE, LPRINT, NAME, in TokenLabelInfo()
|
| H A D | parser.cxx | 781 case COMPARE: in Option()
|
| /AOO42X/main/basic/source/inc/ ! |
| H A D | token.hxx | 52 CALL, CASE, CLOSE, COMPARE, _CONST_, enumerator
|