Home
last modified time | relevance | path

Searched defs:RvalueReferenceType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1030 type RvalueReferenceType struct { struct
1031 Base AST
1034 func (rt *RvalueReferenceType) print(ps *printState) {
1038 func (rt *RvalueReferenceType) printInner(ps *printState) {
1042 func (rt *RvalueReferenceType) Traverse(fn func(AST) bool) {
1048 func (rt *RvalueReferenceType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1063 func (rt *RvalueReferenceType) GoString() string {
1067 func (rt *RvalueReferenceType) goString(indent int, field string) string {
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/
H A Dabi_dump.proto54 message RvalueReferenceType { message