Searched
refs:interface (Results
701 -
725 of
4065) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/test/fixedbugs/bug322.dir/ |
main.go | 9 type I interface { 13 type PI interface {
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug418.go | 15 func F() (x interface{}, y int) { 20 func Recursive() (x interface{}, y int) {
|
bug502.go | 9 // the interface method table would be defined in the testing package. 15 type I interface {
|
issue20185.go | 13 switch t := nil.(type) { // ERROR "cannot type switch on non-interface value nil" 22 switch t := x.(type) { // ERROR "cannot type switch on non-interface value x \(type untyped number\)"
|
issue8612.go | 7 // Gccgo had a bug comparing a struct or array value with an interface 26 func Cmp(v interface{}) bool {
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/ |
x.go | 6 // interface defined in a third package, where the interface has a
|
/prebuilts/go/darwin-x86/test/interface/ |
receiver1.go | 17 type V interface { 20 type P interface {
|
/prebuilts/go/darwin-x86/test/method4.dir/ |
method4a.go | 15 type I1 interface { 19 type I2 interface {
|
/prebuilts/go/darwin-x86/test/ |
switch4.go | 12 type I interface { 26 var i interface{}
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
example_interface_test.go | 23 type Pythagoras interface { 27 // This example shows how to encode an interface value. The key 29 // implements the interface. 35 // engine which concrete type is being sent that implements the interface. 57 // interfaceEncode encodes the interface value into the encoder. 62 // Pass pointer to interface so Encode sees (and hence sends) a value of 63 // interface type. If we passed p directly it would see the concrete type instead. 71 // interfaceDecode decodes the next interface value from the stream and returns it.
|
/prebuilts/go/linux-x86/src/go/types/ |
errors.go | 33 func (check *Checker) sprintf(format string, args ...interface{}) string { 56 func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) { 65 func (check *Checker) dump(format string, args ...interface{}) { 85 func (check *Checker) errorf(pos token.Pos, format string, args ...interface{}) { 89 func (check *Checker) softErrorf(pos token.Pos, format string, args ...interface{}) { 93 func (check *Checker) invalidAST(pos token.Pos, format string, args ...interface{}) { 97 func (check *Checker) invalidArg(pos token.Pos, format string, args ...interface{}) { 101 func (check *Checker) invalidOp(pos token.Pos, format string, args ...interface{}) {
|
/prebuilts/go/linux-x86/test/alias3.dir/ |
a.go | 30 I1 interface { 35 I2 = interface {
|
/prebuilts/go/linux-x86/test/ |
devirt.go | 5 // Trivial interface call devirtualization test. 13 type Valuer interface {
|
switch4.go | 12 type I interface { 26 var i interface{}
|
/prebuilts/go/linux-x86/test/fixedbugs/bug322.dir/ |
main.go | 9 type I interface { 13 type PI interface {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug418.go | 15 func F() (x interface{}, y int) { 20 func Recursive() (x interface{}, y int) {
|
bug502.go | 9 // the interface method table would be defined in the testing package. 15 type I interface {
|
issue20185.go | 13 switch t := nil.(type) { // ERROR "cannot type switch on non-interface value nil" 22 switch t := x.(type) { // ERROR "cannot type switch on non-interface value x \(type untyped number\)"
|
issue8612.go | 7 // Gccgo had a bug comparing a struct or array value with an interface 26 func Cmp(v interface{}) bool {
|
/prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/ |
x.go | 6 // interface defined in a third package, where the interface has a
|
/prebuilts/go/linux-x86/test/interface/ |
receiver1.go | 17 type V interface { 20 type P interface {
|
/prebuilts/go/linux-x86/test/method4.dir/ |
method4a.go | 15 type I1 interface { 19 type I2 interface {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1effectauthor.h | 154 interface ID2D1VertexBuffer : public IUnknown 162 typedef interface ID2D1VertexBuffer ID2D1VertexBuffer; 172 interface ID2D1ResourceTexture : public IUnknown 180 typedef interface ID2D1ResourceTexture ID2D1ResourceTexture; 190 interface ID2D1RenderInfo : public IUnknown 200 typedef interface ID2D1RenderInfo ID2D1RenderInfo; 210 interface ID2D1DrawInfo : public ID2D1RenderInfo 223 typedef interface ID2D1DrawInfo ID2D1DrawInfo; 233 interface ID2D1TransformNode : public IUnknown 240 typedef interface ID2D1TransformNode ID2D1TransformNode [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.h | 55 @interface Symbols_Scope : ANTLRSymbolsScope { 75 @end /* end of Symbols_Scope interface */ 80 @interface SimpleCTP_expr_return :ANTLRTreeRuleReturnScope { /* returnScopeInterface line 1838 */ 87 @end /* end of returnScopeInterface interface */ 92 /* Interface grammar class */ 93 @interface SimpleCTP : ANTLRTreeParser { /* line 572 */ 139 @end /* end of SimpleCTP interface */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.h | 38 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */ 55 @end /* end of Symbols_Scope interface */ 59 @interface SimpleCTP_expr_return :ANTLRTreeRuleReturnScope { // line 1672 68 @end /* end of returnScopeInterface interface */ 71 @interface SimpleCTP : ANTLRTreeParser { // line 529 102 @end /* end of SimpleCTP interface */
|
Completed in 572 milliseconds
<<21222324252627282930>>