Lines Matching defs:Sanitizer
920 type Sanitizer struct { struct
921 …arint,1,opt,name=alias,proto3,enum=android.bundle.Sanitizer_SanitizerAlias" json:"alias,omitempty"`
922 XXX_NoUnkeyedLiteral struct{} `json:"-"`
923 XXX_unrecognized []byte `json:"-"`
924 XXX_sizecache int32 `json:"-"`
927 func (m *Sanitizer) Reset() { *m = Sanitizer{} }
928 func (m *Sanitizer) String() string { return proto.CompactTextString(m) }
929 func (*Sanitizer) ProtoMessage() {}
930 func (*Sanitizer) Descriptor() ([]byte, []int) {
934 func (m *Sanitizer) XXX_Unmarshal(b []byte) error {
937 func (m *Sanitizer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
940 func (m *Sanitizer) XXX_Merge(src proto.Message) {
943 func (m *Sanitizer) XXX_Size() int {
946 func (m *Sanitizer) XXX_DiscardUnknown() {
952 func (m *Sanitizer) GetAlias() Sanitizer_SanitizerAlias {
1076 …Sanitizer *Sanitizer `protobuf:"bytes,4,opt,name=sanitizer,proto3" j… member