Searched defs:Team (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/team_proto/ |
D | team.pb.go | 34 type Team struct { struct 35 state protoimpl.MessageState 36 sizeCache protoimpl.SizeCache 37 unknownFields protoimpl.UnknownFields 40 …Name *string `protobuf:"bytes,1,opt,name=target_name,json=targetName" json:"target_name,omitempty"` 44 Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"` 46 …ring `protobuf:"bytes,3,opt,name=trendy_team_id,json=trendyTeamId" json:"trendy_team_id,omitempty"` 48 File []string `protobuf:"bytes,4,rep,name=file" json:"file,omitempty"` 50 TestOnly *bool `protobuf:"varint,5,opt,name=test_only,json=testOnly" json:"test_only,omitempty"` 53 …rotobuf:"varint,6,opt,name=top_level_target,json=topLevelTarget" json:"top_level_target,omitempty"` [all …]
|
D | team.proto | 16 message Team { message
|
/build/soong/android/ |
D | module.go | 537 Team *string `android:"path"` member 1581 func (m *ModuleBase) Team() string { func
|