代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/162614/5522732
mm cxx-scope-2.mm
/* Make sure Objective-C++ can distinguish ObjC classes from C++ classes. */
/* Author: Ziemowit Laski */
/* { dg-do compile } */
#include
#include
#i
www.eeworm.com/read/162614/5522736
mm basic.mm
// A basic sanity check for Objective-C++.
// { dg-do run }
#include
#include
@interface Greeter : Object
- (void) greet: (const char *)msg;
@end
@implementation Greeter
www.eeworm.com/read/162614/5522761
mm method-14.mm
/* Check if casting the receiver type causes method lookup to succeed. This was broken
in Objective-C++. */
/* Contributed by Ziemowit Laski */
/* { dg-do compile } */
@inter
www.eeworm.com/read/162614/5522796
mm cxx-class-1.mm
/* Test that Objective-C++ is able to chew through a simple C++ class hierarchy.
This was broken in earlier ObjC++ incarnations. */
struct foo
{
foo(void *a) {};
};
struct bar : foo
{
bar()
www.eeworm.com/read/162614/5522797
mm comp-types-12.mm
/* { dg-do compile } */
#include
@interface Derived: Object
@end
extern Object* foo(void);
static Derived *test(void)
{
Derived *m = foo(); /* { dg-warning "initialization from
www.eeworm.com/read/162614/5522858
m method-8.m
/* Check if casting the receiver type causes method lookup to succeed. This was broken
in Objective-C++. */
/* Contributed by Ziemowit Laski */
/* { dg-do compile } */
@inter
www.eeworm.com/read/162614/5522862
m comp-types-11.m
/* { dg-do compile } */
#include
@interface Derived: Object
@end
extern Object* foo(void);
static Derived *test(void)
{
Derived *m = foo(); /* { dg-warning "initialization from
www.eeworm.com/read/159962/5577471
java objselectionpanel.java
package com.power.pipeengine.EngineUI;
/**
* Title: PIPE Engine
* Description: Global Planning Optimization Engine
* Copyright: Copyright (c) 2002
* Company: Paraster, Inc
www.eeworm.com/read/159962/5577601
java res.java
package com.power.lpsolver.LPSolve;
import java.util.*;
public class Res extends java.util.ListResourceBundle {
static final Object[][] contents = new String[][]{
{ "Problem_is_unbounded_", "Prob
www.eeworm.com/read/159962/5577612
java res_en_us.java
package com.power.lpsolver.LPSolve;
import java.util.*;
public class Res_en_US extends java.util.ListResourceBundle {
static final Object[][] contents = new String[][]{
{ "Problem_is_unbounded_",