Home
last modified time | relevance | path

Searched refs:UnmarshalText (Results 1 – 2 of 2) 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/android/
Darch.go534 func (a *ArchType) UnmarshalText(text []byte) error { func