代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/240162/4582210

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/240162/4583264

c pmf2.c

// { dg-do assemble } // PRMS Id: 4484 (bug 3) // Bug: g++ does implicitly take the address of methods passed to fns. struct A { void f (); }; void g (void (A::*)()); void h () { g (A::f); /
www.eeworm.com/read/240162/4590491

java classhelper.java

/* ClassHelper.java -- Utility methods to augment java.lang.Class Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you c
www.eeworm.com/read/237181/4630174

h tomcrypt_mac.h

/* 2006-10-18 Added gcm_gf_mult64 methods for OTFExplorer by JHH */ #ifdef HMAC typedef struct Hmac_state { hash_state md; int hash; hash_state hashstate;
www.eeworm.com/read/234134/4661849

txt opendir.txt

SUMMARY methods to gain access to file system directories (OS2 1.2 only) #include DIR *opendir(char *szDirName) struct dirent *readdir(DIR *pd) int closedir(DIR *pd) void
www.eeworm.com/read/233448/4675026

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/233448/4676083

c pmf2.c

// { dg-do assemble } // PRMS Id: 4484 (bug 3) // Bug: g++ does implicitly take the address of methods passed to fns. struct A { void f (); }; void g (void (A::*)()); void h () { g (A::f); /
www.eeworm.com/read/233448/4676523

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/233448/4687014

java classhelper.java

/* ClassHelper.java -- Utility methods to augment java.lang.Class Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you c
www.eeworm.com/read/233448/4687880

java static_1.java

package bar.foo; class static_1 { class bar { // No Static members: methods, fields, inner classes. static int foo; static int xyzzy (){return 0;} static {} static class foo {} // No M