Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/
Ddelocate.peg.go232 type textPositionMap map[int]textPosition type
234 func translatePositions(buffer []rune, positions []int) textPositionMap {
235 …length, translations, j, line, symbol := len(positions), make(textPositionMap, len(positions)), 0,…