Searched refs:UnmarshalText (Results 1 – 2 of 2) sorted by relevance
256 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {410 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {
534 func (a *ArchType) UnmarshalText(text []byte) error { func