Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dtext_parser_test.go44 type UnmarshalTextTest struct { struct
50 func buildExtStructTest(text string) UnmarshalTextTest {
57 return UnmarshalTextTest{in: text, out: msg}
60 func buildExtDataTest(text string) UnmarshalTextTest {
66 return UnmarshalTextTest{in: text, out: msg}
69 func buildExtRepStringTest(text string) UnmarshalTextTest {
76 return UnmarshalTextTest{in: text, out: msg}
79 var unMarshalTextTests = []UnmarshalTextTest{