Home
last modified time | relevance | path

Searched defs:EncodedLen (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/hex/
Dhex.go39 func EncodedLen(n int) int { return n * 2 } func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/base32/
Dbase32.go284 func (enc *Encoding) EncodedLen(n int) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/base64/
Dbase64.go290 func (enc *Encoding) EncodedLen(n int) int { func