Searched refs:UnmarshalText (Results 1 – 4 of 4) sorted by relevance
256 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {410 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {
206 err = proto.UnmarshalText(string(manifestData), &manifest)
1269 err := proto.UnmarshalText(content, &manifest)
185 func (a *ArchType) UnmarshalText(text []byte) error { func