HomeSort by relevance Sort by last modified time
    Searched refs:NewInterface (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 59 bool NewInterface;
122 , NewInterface(false)
LoadCodecs.cpp 382 item.NewInterface = flags_Defined;
582 item.NewInterface = true;
OpenArchive.cpp 872 if (ai.NewInterface)
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 252 // NewInterface returns a new interface for the given methods and embedded types.
253 func NewInterface(methods []*Func, embeddeds []*Named) *Interface {
302 // NewInterface after the interface's embedded types are fully defined and
universe.go 71 typ := &Named{underlying: NewInterface([]*Func{err}, nil).Complete()}
typexpr.go 569 // produce the same Interface as NewInterface. We may be able to
574 // produce the same Interface as NewInterface. We may be able to
  /prebuilts/go/linux-x86/src/go/types/
type.go 252 // NewInterface returns a new interface for the given methods and embedded types.
253 func NewInterface(methods []*Func, embeddeds []*Named) *Interface {
302 // NewInterface after the interface's embedded types are fully defined and
universe.go 71 typ := &Named{underlying: NewInterface([]*Func{err}, nil).Complete()}
typexpr.go 569 // produce the same Interface as NewInterface. We may be able to
574 // produce the same Interface as NewInterface. We may be able to
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 566 return types.NewInterface(methods, typs)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 566 return types.NewInterface(methods, typs)
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 616 return types.NewInterface(methods, nil).Complete()
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 616 return types.NewInterface(methods, nil).Complete()

Completed in 198 milliseconds