Searched refs:nonconst_this (Results 1 – 6 of 6) sorted by relevance
68 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); in toMatcher() local69 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()79 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); in toReplacer() local80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); in toReplacer()
69 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() local70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); in toReplacer()
57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); in toMatcher() local58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()