Searched defs:UserCountriesTargeting (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 362 …UserCountriesTargeting *UserCountriesTargeting `protobuf:"bytes,3,opt,name=user_countries_target… member 416 type UserCountriesTargeting struct { struct 418 …`protobuf:"bytes,1,rep,name=country_codes,json=countryCodes,proto3" json:"country_codes,omitempty"` 420 …xclude bool `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty"` 421 XXX_NoUnkeyedLiteral struct{} `json:"-"` 422 XXX_unrecognized []byte `json:"-"` 423 XXX_sizecache int32 `json:"-"` 426 func (m *UserCountriesTargeting) Reset() { *m = UserCountriesTargeting{} } 427 func (m *UserCountriesTargeting) String() string { return proto.CompactTextString(m) } 428 func (*UserCountriesTargeting) ProtoMessage() {} [all …]
|
D | targeting.proto | 43 message UserCountriesTargeting { message
|
/build/soong/cmd/extract_apks/ |
D | main.go | 292 *android_bundle_proto.UserCountriesTargeting anonMember
|