Lines Matching defs:DeviceFeature
959 type DeviceFeature struct { struct
960 …ng `protobuf:"bytes,1,opt,name=feature_name,json=featureName,proto3" json:"feature_name,omitempty"`
962 …uf:"varint,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
963 XXX_NoUnkeyedLiteral struct{} `json:"-"`
964 XXX_unrecognized []byte `json:"-"`
965 XXX_sizecache int32 `json:"-"`
968 func (m *DeviceFeature) Reset() { *m = DeviceFeature{} }
969 func (m *DeviceFeature) String() string { return proto.CompactTextString(m) }
970 func (*DeviceFeature) ProtoMessage() {}
971 func (*DeviceFeature) Descriptor() ([]byte, []int) {
975 func (m *DeviceFeature) XXX_Unmarshal(b []byte) error {
978 func (m *DeviceFeature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
981 func (m *DeviceFeature) XXX_Merge(src proto.Message) {
984 func (m *DeviceFeature) XXX_Size() int {
987 func (m *DeviceFeature) XXX_DiscardUnknown() {
993 func (m *DeviceFeature) GetFeatureName() string {
1000 func (m *DeviceFeature) GetFeatureVersion() int32 {