Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dtext_parser_test.go684 var benchInput string var
687 benchInput = "count: 4\n"
689 benchInput += "pet: \"fido\"\n"
694 err := UnmarshalText(benchInput, pb)
703 UnmarshalText(benchInput, pb)
705 b.SetBytes(int64(len(benchInput)))