Home | History | Annotate | Download | only in dictionary

Lines Matching refs:AK_FORCE_INLINE

72     AK_FORCE_INLINE bool isError() const {
76 AK_FORCE_INLINE bool isEnd() const {
81 AK_FORCE_INLINE void initWithPtNodeArrayPos(const int ptNodeArrayPos) {
100 AK_FORCE_INLINE void initWithPtNodePos(const int ptNodePos) {
117 AK_FORCE_INLINE const DynamicPatriciaTrieNodeReader* getNodeReader() const {
121 AK_FORCE_INLINE bool isValidTerminalNode() const {
125 AK_FORCE_INLINE bool isMatchedCodePoint(const int index, const int codePoint) const {
130 AK_FORCE_INLINE int getPrevTotalCodePointCount() const {
135 AK_FORCE_INLINE int getTotalCodePointCount() const {
139 AK_FORCE_INLINE void fetchMergedNodeCodePointsInReverseOrder(
147 AK_FORCE_INLINE const int *getMergedNodeCodePoints() const {
151 AK_FORCE_INLINE void readNextSiblingNode() {
166 AK_FORCE_INLINE void readChildNode() {
184 AK_FORCE_INLINE void readParentNode() {
199 AK_FORCE_INLINE int getPosOfLastForwardLinkField() const {
203 AK_FORCE_INLINE int getPosOfLastPtNodeArrayHead() const {
207 AK_FORCE_INLINE void reloadCurrentPtNodeInfo() {
255 AK_FORCE_INLINE void fetchPtNodeInfo() {
265 AK_FORCE_INLINE void pushReadingStateToStack() {
276 AK_FORCE_INLINE void popReadingStateFromStack() {