HomeSort by relevance Sort by last modified time
    Searched defs:Decltype (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1290 // Decltype is the decltype operator.
1291 type Decltype struct {
1295 func (dt *Decltype) print(ps *printState) {
1296 ps.writeString("decltype (")
1301 func (dt *Decltype) Traverse(fn func(AST) bool) {
1307 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1315 dt = &Decltype{Expr: expr}
1322 func (dt *Decltype) GoString() string {
1326 func (dt *Decltype) goString(indent int, field string) string
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1290 // Decltype is the decltype operator.
1291 type Decltype struct {
1295 func (dt *Decltype) print(ps *printState) {
1296 ps.writeString("decltype (")
1301 func (dt *Decltype) Traverse(fn func(AST) bool) {
1307 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1315 dt = &Decltype{Expr: expr}
1322 func (dt *Decltype) GoString() string {
1326 func (dt *Decltype) goString(indent int, field string) string
    [all...]

Completed in 138 milliseconds