Searched defs:GraphicsApiTargeting (Results 1 – 1 of 1) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 264 …GraphicsApiTargeting *GraphicsApiTargeting `protobuf:"bytes,2,opt,name=g… member 1372 type GraphicsApiTargeting struct { struct 1373 Value []*GraphicsApi `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` 1376 … []*GraphicsApi `protobuf:"bytes,2,rep,name=alternatives,proto3" json:"alternatives,omitempty"` 1377 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1378 XXX_unrecognized []byte `json:"-"` 1379 XXX_sizecache int32 `json:"-"` 1382 func (m *GraphicsApiTargeting) Reset() { *m = GraphicsApiTargeting{} } 1383 func (m *GraphicsApiTargeting) String() string { return proto.CompactTextString(m) } 1384 func (*GraphicsApiTargeting) ProtoMessage() {} [all …]
|