OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewInterface
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
59
bool
NewInterface
;
122
,
NewInterface
(false)
/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
/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
Completed in 87 milliseconds