代码搜索:virtual

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

代码结果 10,000
www.eeworm.com/read/242732/4543910

c virtual.c

/* * PROJECT: ReactOS Win32 Base API * LICENSE: GPL - See COPYING in the top level directory * FILE: dll/win32/kernel32/mem/virtual.c * PURPOSE: Handles virt
www.eeworm.com/read/240162/4583172

c virtual.c

// { dg-do assemble } // From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143) // Newsgroups: gnu.g++.bug // Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
www.eeworm.com/read/233448/4671282

c virtual.c

/* Test that setting visibility for class affects virtual table. */ /* { dg-do compile } */ /* { dg-require-visibility "" } */ /* { dg-final { scan-hidden "ZTV3Foo" } } */ class __attribute__ ((visib
www.eeworm.com/read/233448/4675991

c virtual.c

// { dg-do assemble } // From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143) // Newsgroups: gnu.g++.bug // Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
www.eeworm.com/read/233448/4687738

out virtual.out

false
www.eeworm.com/read/233448/4687743

c virtual.c

#include JNIEXPORT jboolean JNICALL Java_virtual_equals (JNIEnv *env, jobject thisv, jobject other) { return JNI_FALSE; }
www.eeworm.com/read/233448/4687774

java virtual.java

// Minimal test of a virtual method. public class virtual { static { System.loadLibrary ("virtual"); } public native boolean equals (Object obj); public static void main (String[] arg
www.eeworm.com/read/221464/4831770

cpp virtual.cpp

// Includes ==================================================================== #include #include // Using ======================================================
www.eeworm.com/read/221464/4831823

h virtual.h

namespace virtual_ { struct C { public: virtual int f() { return f_abs(); } virtual void bar(int) {} virtual void bar(char*) {} const char* get_name
www.eeworm.com/read/216802/4884297

c virtual.c

/* * Unit test suite for Virtual* family of APIs. * * Copyright 2004 Dmitry Timoshkov * * This library is free software; you can redistribute it and/or * modify it under the terms of the G