Searched defs:VulkanVersion (Results 1 – 1 of 1) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 708 type VulkanVersion struct { struct 709 Major int32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"` 710 Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"` 711 XXX_NoUnkeyedLiteral struct{} `json:"-"` 712 XXX_unrecognized []byte `json:"-"` 713 XXX_sizecache int32 `json:"-"` 716 func (m *VulkanVersion) Reset() { *m = VulkanVersion{} } 717 func (m *VulkanVersion) String() string { return proto.CompactTextString(m) } 718 func (*VulkanVersion) ProtoMessage() {} 719 func (*VulkanVersion) Descriptor() ([]byte, []int) { [all …]
|