Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_marshal.go375 sort.Sort(byTag(u.fields))
381 type byTag []*marshalFieldInfo type
383 func (a byTag) Len() int { return len(a) }
384 func (a byTag) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
385 func (a byTag) Less(i, j int) bool { return a[i].wiretag < a[j].wiretag }
/external/golang-protobuf/proto/
Dtable_marshal.go384 sort.Sort(byTag(u.fields))
390 type byTag []*marshalFieldInfo type
392 func (a byTag) Len() int { return len(a) }
393 func (a byTag) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
394 func (a byTag) Less(i, j int) bool { return a[i].wiretag < a[j].wiretag }
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4782 var byTag = METADATA.byTag = {};
4803 byTag[tag] = byTag[tag] || [];
4804 byTag[tag].push(res);
4823 METADATA.hasTag = buildResourceLookupMap(byTag);
5003 return METADATA.byTag[clause.value];