Home
last modified time | relevance | path

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

/third_party/nghttp2/integration-tests/
Dserver_tester.go711 sort.Sort(ByStreamID(res.pushResponse))
735 type ByStreamID []*serverResponse type
737 func (b ByStreamID) Len() int {
741 func (b ByStreamID) Swap(i, j int) {
745 func (b ByStreamID) Less(i, j int) bool {