Home
last modified time | relevance | path

Searched defs:pathKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_list.go440 type pathKey struct { struct
441 arr [16]uint8 // first n-1 path segments; last element is the length
442 str string // used if the path does not fit in arr
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateItemCounts.java740 String pathKey = null; in handlePathValue() local