Home
last modified time | relevance | path

Searched refs:stringCodepointsIterator (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/starlark/
Dvalue.go628 func (si stringCodepoints) Iterate() Iterator { return &stringCodepointsIterator{si, 0} }
630 type stringCodepointsIterator struct { struct
635 func (it *stringCodepointsIterator) Next(p *Value) bool { argument
654 func (*stringCodepointsIterator) Done() {} argument