Searched defs:CPVT_WordPlace (Results 1 – 1 of 1) sorted by relevance
12 struct CPVT_WordPlace { struct13 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {} in CPVT_WordPlace() argument15 CPVT_WordPlace(int32_t other_nSecIndex, in CPVT_WordPlace() function34 inline bool operator==(const CPVT_WordPlace& wp) const { argument62 inline int32_t LineCmp(const CPVT_WordPlace& wp) const { in LineCmp() argument68 int32_t nSecIndex;69 int32_t nLineIndex;70 int32_t nWordIndex;