OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyInterface
(Results
1 - 12
of
12
) sorted by null
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MissingBindingSuggestionsTest.java
41
private static JavaFileObject
emptyInterface
(String interfaceName) {
80
JavaFileObject bar =
emptyInterface
("Bar");
140
JavaFileObject baz =
emptyInterface
("Baz");
/libcore/benchmarks/src/benchmarks/
MethodInvocationBenchmark.java
24
void
emptyInterface
();
56
public void
emptyInterface
() {
94
c.
emptyInterface
();
/prebuilts/go/darwin-x86/src/go/types/
object_test.go
35
{NewTypeName(0, nil, "t2", &
emptyInterface
), true}, // type name refers to unnamed type
builtins.go
473
check.assignment(x, &
emptyInterface
, "argument to panic")
480
check.recordBuiltinType(call.Fun, makeSig(nil, &
emptyInterface
))
510
x.typ = &
emptyInterface
type.go
249
//
emptyInterface
represents the empty (completed) interface
250
var
emptyInterface
= Interface{allMethods: markComplete}
/prebuilts/go/linux-x86/src/go/types/
object_test.go
35
{NewTypeName(0, nil, "t2", &
emptyInterface
), true}, // type name refers to unnamed type
builtins.go
473
check.assignment(x, &
emptyInterface
, "argument to panic")
480
check.recordBuiltinType(call.Fun, makeSig(nil, &
emptyInterface
))
510
x.typ = &
emptyInterface
type.go
249
//
emptyInterface
represents the empty (completed) interface
250
var
emptyInterface
= Interface{allMethods: markComplete}
/prebuilts/go/darwin-x86/src/reflect/
value.go
106
e := (*
emptyInterface
)(unsafe.Pointer(&i))
141
e := (*
emptyInterface
)(unsafe.Pointer(&i))
180
//
emptyInterface
is the header for an interface{} value.
181
type
emptyInterface
struct {
[
all
...]
type.go
[
all
...]
/prebuilts/go/linux-x86/src/reflect/
value.go
106
e := (*
emptyInterface
)(unsafe.Pointer(&i))
141
e := (*
emptyInterface
)(unsafe.Pointer(&i))
180
//
emptyInterface
is the header for an interface{} value.
181
type
emptyInterface
struct {
[
all
...]
type.go
[
all
...]
Completed in 1259 milliseconds