Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go425InstantMetadata *InstantMetadata `protobuf:"bytes,3,opt,name=instant_metadata,json=instantMetadata… member
472 func (m *AssetModuleMetadata) GetInstantMetadata() *InstantMetadata {
474 return m.InstantMetadata
487 type InstantMetadata struct { struct
499 func (m *InstantMetadata) Reset() { *m = InstantMetadata{} } argument
500 func (m *InstantMetadata) String() string { return proto.CompactTextString(m) } argument
501 func (*InstantMetadata) ProtoMessage() {} argument
502 func (*InstantMetadata) Descriptor() ([]byte, []int) { argument
506 func (m *InstantMetadata) XXX_Unmarshal(b []byte) error { argument
509 func (m *InstantMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
Dcommands.proto99 InstantMetadata instant_metadata = 3;
105 message InstantMetadata { message