代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1777837
c method.c
// Bug: pointer to pointer is treated as plain pointer.
// PRMS Id: 1767
// Build don't link:
class Foo {
public:
void method();
};
void func(Foo ** ppFoo) {
ppFoo->method(); // ERROR -
}
www.eeworm.com/read/440906/1784577
java method.java
// Method.java - Represent method of class or interface.
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed
www.eeworm.com/read/438717/1823242
object_method
static char $abbrev$_$method$__doc__[] =
""
;
static PyObject *
$abbrev$_$method$(self, args)
$abbrev$object *self;
PyObject *args;
{
if (!PyArg_ParseTuple(args, ""))
return NULL;
Py_INCREF(P
www.eeworm.com/read/438717/1823247
module_method
static char $abbrev$_$method$__doc__[] =
""
;
static PyObject *
$abbrev$_$method$(self, args)
PyObject *self; /* Not used */
PyObject *args;
{
if (!PyArg_ParseTuple(args, ""))
return NULL;
Py
www.eeworm.com/read/437028/1837129
c method.c
/**********
Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1991 David A. Gates, U. C. Berkeley CAD Group
**********/
#include "spice.h"
#include
#incl
www.eeworm.com/read/429669/1947274
pm method.pm
###############################################################################
# Codestriker: Copyright (c) 2001, 2002 David Sitsky. All rights reserved.
# sits@users.sourceforge.net
#
# This progra
www.eeworm.com/read/427112/1975586
java method.java
package com.sun.org.apache.bcel.internal.classfile;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Ap
www.eeworm.com/read/427112/1975777
java method.java
/*
* Copyright 1999-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License