Searched defs:SuffixStripping (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 563 …SuffixStripping *SuffixStripping `protobuf:"bytes,3,opt,name=suffix_stripping,json=suffixStri… member 615 type SuffixStripping struct { struct 623 Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` 635 …otobuf:"bytes,2,opt,name=default_suffix,json=defaultSuffix,proto3" json:"default_suffix,omitempty"` 636 XXX_NoUnkeyedLiteral struct{} `json:"-"` 637 XXX_unrecognized []byte `json:"-"` 638 XXX_sizecache int32 `json:"-"` 641 func (m *SuffixStripping) Reset() { *m = SuffixStripping{} } 642 func (m *SuffixStripping) String() string { return proto.CompactTextString(m) } 643 func (*SuffixStripping) ProtoMessage() {} [all …]
|
D | config.proto | 109 message SuffixStripping { message
|