代码搜索:methods

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

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

c synth7.c

// { dg-do run } // Testcase to make sure that synthesized methods are found when needed. struct B { ~B() { } }; struct A { B b; }; int main() { A a, b (a), c = A(); A& (A::*afp)(const A&) = &A
www.eeworm.com/read/240162/4585246

m many_args_method.m

/* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */ #include /* Test the syntax of methods with many arguments */ @interface TestClass { Class isa; } + (int) sumInteger:
www.eeworm.com/read/240162/4590489

java arrayhelper.java

/* ArrayHelper.java -- Helper methods for handling array operations Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you
www.eeworm.com/read/240162/4591310

cc natarray.cc

// natField.cc - Implementation of java.lang.reflect.Field native methods. /* Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation This file is part of libgcj. This software is copyrig
www.eeworm.com/read/239350/4601662

java buttonlistener.java

// ButtonListener.java // Methods invoked when button has been either pressed or reset package com.deitel.jhtp5.elevator.event; public interface ButtonListener { // invoked when Button has
www.eeworm.com/read/239350/4601668

java lightlistener.java

// LightListener.java // Methods invoked when light has either turned on or off package com.deitel.jhtp5.elevator.event; public interface LightListener { // invoked when light has turned on
www.eeworm.com/read/237048/4634054

java arrays.java

/* Arrays.java -- Utility class with methods to operate on arrays Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath
www.eeworm.com/read/237048/4634676

java pragmauninterruptible.java

/* * $Id: PragmaUninterruptible.java,v 1.1 2003/11/25 11:41:17 epr Exp $ */ package org.jnode.vm; /** * Methods that have this exception in their throws list, will not trigger yieldpoints.
www.eeworm.com/read/233448/4672346

c gc1.c

// This test failed with GGC_ALWAYS_COLLECT because not all unparsed // inline methods were registered with GC. // { dg-do compile } const char *foo () { struct A { const char *a1 () {
www.eeworm.com/read/233448/4675864

c synth7.c

// { dg-do run } // Testcase to make sure that synthesized methods are found when needed. struct B { ~B() { } }; struct A { B b; }; int main() { A a, b (a), c = A(); A& (A::*afp)(const A&) = &A