Searched defs:Mapping (Results 1 – 2 of 2) sorted by relevance
| /build/soong/cmd/symbols_map/symbols_map_proto/ |
| D | symbols_map.pb.go | 96 type Mapping struct { struct 97 state protoimpl.MessageState 98 sizeCache protoimpl.SizeCache 99 unknownFields protoimpl.UnknownFields 104 Identifier *string `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"` 107 Location *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"` 109 …apping_Type `protobuf:"varint,3,opt,name=type,enum=symbols_map.Mapping_Type" json:"type,omitempty"` 112 func (x *Mapping) Reset() { 121 func (x *Mapping) String() string { 125 func (*Mapping) ProtoMessage() {} [all …]
|
| D | symbols_map.proto | 20 message Mapping { message
|