Searched refs:aroundMode (Results 1 – 2 of 2) sorted by relevance
577 int32_t start, const std::string& str, AroundSpecialNode aroundMode) in InsertStringAroundSpecialNode() argument583 if (aroundMode == AroundSpecialNode::BEFORE && step >= 1) { in InsertStringAroundSpecialNode()587 } else if (aroundMode == AroundSpecialNode::AFTER && iter != spans_.end()) { in InsertStringAroundSpecialNode()614 (span->GetStartIndex() == start && aroundMode != AroundSpecialNode::AFTER)) { in InsertStringAroundSpecialNode()
65 …InsertStringAroundSpecialNode(int32_t start, const std::string& str, AroundSpecialNode aroundMode);