Home
last modified time | relevance | path

Searched refs:StandaloneConfig (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dconfig.pb.go329StandaloneConfig *StandaloneConfig `protobuf:"bytes,4,opt,name=standalone_config,json=standalo… member
383 return m.StandaloneConfig
507 type StandaloneConfig struct { struct
517 func (m *StandaloneConfig) Reset() { *m = StandaloneConfig{} }
519 func (*StandaloneConfig) ProtoMessage() {}
520 func (*StandaloneConfig) Descriptor() ([]byte, []int) {
524 func (m *StandaloneConfig) XXX_Unmarshal(b []byte) error {
530 func (m *StandaloneConfig) XXX_Merge(src proto.Message) {
533 func (m *StandaloneConfig) XXX_Size() int {
536 func (m *StandaloneConfig) XXX_DiscardUnknown() {
[all …]
H A Dconfig.proto61 // If no StandaloneConfig is set, the configuration is inherited from
63 StandaloneConfig standalone_config = 4;
80 message StandaloneConfig { message