代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/470693/1463536
c 20011023-1.c
/* Test whether tree inlining works with prototyped nested functions. */
extern void foo (char *x);
void bar (void);
void bar (void)
{
auto void baz (void);
void baz (void)
{
char tmp[
www.eeworm.com/read/467516/1500197
as property.as
package flare.util
{
/**
* Utility class for accessing arbitrary property chains, allowing
* nested property expressions (e.g., x.a.b.c or
* x.a[1]). To reduce
www.eeworm.com/read/249553/4447662
cpp ex9_14.cpp
// Ex9_14.cpp : main project file.
// Using a nested class to define a stack
#include "stdafx.h"
#include "Box.h" // For Box and Container
#include "GlassBox.h" // F
www.eeworm.com/read/247171/4486200
vb nesteddeclarations1.vb
'Tests declarations of Namespace, Class and Module
'Includes nested declarations.
'Simple class
Class NestedDeclarations1_Class1
Interface ci1
End Interface
Delegate Sub cd1()
Struc
www.eeworm.com/read/242197/4555623
vspscc idal.csproj.vspscc
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = "relative:IDAL"
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_P
www.eeworm.com/read/240162/4579025
c using6.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9022, nested namespace in using declaration
namespace gnu {
namespace gcc {
}
}
using gnu::gcc; // { dg-
www.eeworm.com/read/240162/4580111
c type1.c
// Test for helpful error messages on invalid nested-name-specifiers.
struct A {
template struct B { static int c; };
};
int A::B::c; // { dg-error "parameters" }
int A::C::d; // { d