Home
last modified time | relevance | path

Searched defs:OtherBase (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go516 type OtherBase struct { struct
517 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
518 XXX_NoUnkeyedLiteral struct{} `json:"-"`
519 proto.XXX_InternalExtensions `json:"-"`
520 XXX_unrecognized []byte `json:"-"`
521 XXX_sizecache int32 `json:"-"`
524 func (m *OtherBase) Reset() { *m = OtherBase{} }
525 func (m *OtherBase) String() string { return proto.CompactTextString(m) }
526 func (*OtherBase) ProtoMessage() {}
527 func (*OtherBase) Descriptor() ([]byte, []int) {
[all …]
Dtest.proto112 message OtherBase { message
/external/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/
Dmain.cpp1 struct OtherBase { struct
6 struct OtherDerived : public OtherBase { argument
/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp46 struct OtherBase { }; struct
/external/llvm-project/clang/test/SemaTemplate/
Dmember-access-expr.cpp46 struct OtherBase { }; struct