Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/
Dmain_test.go256 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {
410 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil {
/build/soong/cmd/sbox/
Dsbox.go206 err = proto.UnmarshalText(string(manifestData), &manifest)
/build/soong/android/
Drule_builder.go1269 err := proto.UnmarshalText(content, &manifest)
Darch.go185 func (a *ArchType) UnmarshalText(text []byte) error { func