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

  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 226 runtime.SetFinalizer(Foo1, func(p *Object1) {})
232 type Object1 struct {
242 Foo1 = &Object1{}
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 226 runtime.SetFinalizer(Foo1, func(p *Object1) {})
232 type Object1 struct {
242 Foo1 = &Object1{}

Completed in 111 milliseconds