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