Home
last modified time | relevance | path

Searched refs:OtherBase (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp46 struct OtherBase { }; struct
48 struct X1 : Base, OtherBase {
49 typedef OtherBase CrazyBase;
57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go516 type OtherBase struct { struct
524 func (m *OtherBase) Reset() { *m = OtherBase{} } argument
525 func (m *OtherBase) String() string { return proto.CompactTextString(m) } argument
526 func (*OtherBase) ProtoMessage() {} argument
527 func (*OtherBase) Descriptor() ([]byte, []int) { argument
535 func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { argument
539 func (m *OtherBase) XXX_Unmarshal(b []byte) error { argument
542 func (m *OtherBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
545 func (m *OtherBase) XXX_Merge(src proto.Message) { argument
548 func (m *OtherBase) XXX_Size() int { argument
[all …]
Dtest.proto112 message OtherBase { message
122 extend OtherBase {