Searched refs:sameSegment (Results 1 – 3 of 3) sorted by relevance
83 virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2);
153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment() function in TextSourceAdaptor
1883 - virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2) { return true; };1884 + virtual bool sameSegment(gr::toffset /*ich1*/, gr::toffset /*ich2*/) { return true; };2018 - virtual bool sameSegment(toffset ich1, toffset ich2)2019 + virtual bool sameSegment(toffset /*ich1*/, toffset /*ich2*/)
Completed in 16 milliseconds