Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Ddecode_token.go182 return normalizeToIntString(parts)
H A Ddecode_number.go182 func normalizeToIntString(n numberParts) (string, bool) { func