Searched defs:pathKey (Results 1 – 2 of 2) sorted by relevance
433 type pathKey struct { struct434 arr [16]uint8 // first n-1 path segments; last element is the length435 str string // used if the path does not fit in arr
620 String pathKey = null; in handlePathValue() local