Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go100LocalTestingInfo *LocalTestingInfo `protobuf:"bytes,5,opt,name=local_testing_info,json=localTe… member
159 func (m *BuildApksResult) GetLocalTestingInfo() *LocalTestingInfo {
161 return m.LocalTestingInfo
888 type LocalTestingInfo struct { struct
901 func (m *LocalTestingInfo) Reset() { *m = LocalTestingInfo{} } argument
902 func (m *LocalTestingInfo) String() string { return proto.CompactTextString(m) } argument
903 func (*LocalTestingInfo) ProtoMessage() {} argument
904 func (*LocalTestingInfo) Descriptor() ([]byte, []int) { argument
908 func (m *LocalTestingInfo) XXX_Unmarshal(b []byte) error { argument
911 func (m *LocalTestingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
Dcommands.proto30 LocalTestingInfo local_testing_info = 5;
189 message LocalTestingInfo { message