OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interface
(Results
1026 - 1050
of
4065
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/go/darwin-x86/test/fixedbugs/
issue8475.go
17
var i
interface
{}
issue8761.go
19
type C
interface
{}
issue9731.go
9
func f(x
interface
{}) {
/prebuilts/go/darwin-x86/test/interface/
convert.go
7
// Test all the different
interface
conversion runtime functions.
11
type Stringer
interface
{
14
type StringLengther
interface
{
18
type Empty
interface
{}
/prebuilts/go/darwin-x86/test/interface/private.dir/
private1.go
9
type Exported
interface
{
/prebuilts/go/darwin-x86/test/
parentype.go
11
func f(
interface
{})
print.go
14
println((
interface
{})(nil)) // printeface
15
println((
interface
{ // printiface
35
defer println((
interface
{})(nil))
36
defer println((
interface
{
/prebuilts/go/darwin-x86/test/syntax/
typesw.go
10
switch main() :=
interface
{}(nil).(type) { // ERROR "invalid variable name"
/prebuilts/go/linux-x86/misc/cgo/test/
issue1328.go
25
func xvariadic(x ...
interface
{}) {
/prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface_a/
a.go
10
func F()
interface
{} {
/prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface_b/
b.go
10
func F()
interface
{} {
/prebuilts/go/linux-x86/misc/cgo/testshared/src/iface_a/
a.go
10
func F()
interface
{} {
/prebuilts/go/linux-x86/misc/cgo/testshared/src/iface_b/
b.go
10
func F()
interface
{} {
/prebuilts/go/linux-x86/src/cmd/internal/obj/
sort.go
11
func SortSlice(slice
interface
{}, less func(i, j int) bool) {
/prebuilts/go/linux-x86/src/math/big/
ratmarsh.go
18
// GobEncode implements the gob.GobEncoder
interface
.
41
// GobDecode implements the gob.GobDecoder
interface
.
60
// MarshalText implements the encoding.TextMarshaler
interface
.
68
// UnmarshalText implements the encoding.TextUnmarshaler
interface
.
/prebuilts/go/linux-x86/src/plugin/
plugin_stubs.go
11
func lookup(p *Plugin, symName string) (
interface
{}, error) {
/prebuilts/go/linux-x86/src/runtime/internal/atomic/
bench_test.go
12
var sink
interface
{}
/prebuilts/go/linux-x86/src/runtime/race/
doc.go
6
// No public
interface
is provided.
/prebuilts/go/linux-x86/test/fixedbugs/
bug023.go
9
type Type
interface
{
bug026.go
9
type Element
interface
{
bug111.go
11
type Iffy
interface
{
bug130.go
11
type I
interface
{ send(chan <- int) }
bug150.go
12
type M
interface
{ M() }
bug151.go
11
type Empty
interface
{}
bug165.go
9
type I
interface
{
Completed in 389 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>