代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5173577
c local2.c
extern "C" void abort();
template
void f(T)
{
struct S {
int i;
} s;
s.i = 3;
if (s.i != 3)
abort();
}
int main()
{
f(7);
}
www.eeworm.com/read/190666/5173771
c local6.c
extern "C" void abort();
template
int f(T)
{
struct S1 {
virtual int foo() { return 1; }
};
struct S2 : public S1 {
int foo() { return 2; }
};
S1* s2 = new S2;
return
www.eeworm.com/read/190666/5173805
c local1.c
template inline STRUCT *
setback(MEMBER *bp, MEMBER STRUCT::*offset)
{
if(!bp) return 0;
union { int i; MEMBER STRUCT::*of; } u;
u.of = offset;
www.eeworm.com/read/190666/5174026
c local5.c
template
class b
{
private:
char a(int x)
{
union {
int i;
char c;
} val;
val.i = x;
return val.c;
};
public:
b() {
}
};
int main() {
b n;
www.eeworm.com/read/190346/5185228
h ra_local.h
/*
* ra_local.h : shared internal declarations for ra_local module
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights res
www.eeworm.com/read/189320/5200885
cpp local_locator.cpp
// Local_Locator.cpp,v 1.7 1998/10/17 00:40:32 schmidt Exp
#if !defined (ACE_LOCAL_LOCATOR_C)
#define ACE_LOCAL_LOCATOR_C
#include "Local_Locator.h"
#if !defined (__ACE_INLINE__)
#include "Local_Lo
www.eeworm.com/read/189320/5200886
i local_locator.i
// -*- C++ -*-
//
// Local_Locator.i,v 1.3 2004/04/23 03:06:19 ossama Exp
ACE_INLINE
ACE_URL_Record::ACE_URL_Record (void)
: id_ (0),
offer_ (0)
{
}
ACE_INLINE
ACE_URL_Record::ACE_URL_Record (
www.eeworm.com/read/189320/5200913
h local_locator.h
// -*- C++ -*-
//
// Local_Locator.h,v 1.8 2004/04/23 03:06:19 ossama Exp
// ============================================================================
//
// = LIBRARY
// none
//
// = FILENAME
/
www.eeworm.com/read/180040/5291839
jad ifeedback_local.jad
Manifest-Version: 1.0
MIDlet-1: iFeedBack, ,com.enterprisej2me.iFeedBack.midp.Start
MIDlet-Name: iFeedBack
MIDlet-Version: 1.0.0
MIDlet-Jar-Size: 69575
MIDlet-Jar-URL: iFeedBack.jar
MIDlet-Vendor: Mic