代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5521472

c code-gen6.c

// { dg-do run } // GROUPS passed code-generation // Check that type float parameters can be correctly passed to // methods. extern "C" int printf (const char *, ...); class tres_floats { float f
www.eeworm.com/read/162614/5522902

m stret-1.m

/* Test for handling of struct-returning methods. */ /* Contributed by Ziemowit Laski . */ /* { dg-do run } */ #include extern void abort(void); #define CHECK_IF(
www.eeworm.com/read/341125/3256353

java urlutility.java

package com.heaton.bot; import java.io.*; import java.net.*; /** * This simple static class contains * several methods that are useful to * manipulate URL's. * Copyright 2001-2003 by Jeff Heaton
www.eeworm.com/read/340665/3276531

c pmf2.c

// PRMS Id: 4484 (bug 3) // Bug: g++ does implicitly take the address of methods passed to fns. // Build don't link: struct A { void f (); }; void g (void (A::*)()); void h () { g (A::f); //
www.eeworm.com/read/340665/3278524

m class-14.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with a class accessor methods and a
www.eeworm.com/read/340665/3278532

m class-13.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with a class accessor methods and a
www.eeworm.com/read/340665/3278554

m class-6.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with an ivar and accessor methods an
www.eeworm.com/read/340665/3278557

m class-8.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with an ivar and accessor methods an
www.eeworm.com/read/340665/3278562

m class-7.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with an ivar and accessor methods; a