Searched refs:benchmarkMarshal (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/proto/ |
D | all_test.go | 2375 func benchmarkMarshal(b *testing.B, pb Message, marshal func(Message) ([]byte, error)) { func 2386 benchmarkMarshal(b, pb, func(pb0 Message) ([]byte, error) { 2394 benchmarkMarshal(b, pb, func(pb0 Message) ([]byte, error) { 2430 benchmarkMarshal(b, testMsg(), Marshal) 2450 benchmarkMarshal(b, bytesMsg(), Marshal)
|