OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildIndex
(Results
1 - 18
of
18
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TreeExtensions.cs
41
return tree.Parent.GetChild( tree.
ChildIndex
+ 1 );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs
79
int
ChildIndex
{
103
* children to set their
childindex
; could be slow.
BaseTree.cs
95
public virtual int
ChildIndex
{
193
c.
ChildIndex
= children.Count - 1;
209
t.
ChildIndex
= children.Count - 1;
238
t.
ChildIndex
= i;
261
* children to set their
childindex
; could be slow.
311
child.
ChildIndex
= i;
355
child.
ChildIndex
= c;
368
if (i != this.
ChildIndex
) {
369
throw new InvalidOperationException("child indexes don't match; expected " + i + " found " + this.
ChildIndex
);
CommonTreeAdaptor.cs
204
return ((ITree)t).
ChildIndex
;
209
((ITree)t).
ChildIndex
= index;
CommonTree.cs
63
int
childIndex
= -1;
97
public override int
ChildIndex
{
99
return
childIndex
;
102
childIndex
= value;
BaseTreeAdaptor.cs
188
r.
ChildIndex
= -1;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs
83
int
ChildIndex
108
* children to set their
childindex
; could be slow.
BaseTree.cs
112
public virtual int
ChildIndex
231
c.
ChildIndex
= Children.Count - 1;
252
t.
ChildIndex
= Children.Count - 1;
286
t.
ChildIndex
= i;
310
* children to set their
childindex
; could be slow.
370
child.
ChildIndex
= i;
426
child.
ChildIndex
= c;
442
if ( i != this.
ChildIndex
)
444
throw new InvalidOperationException( "child indexes don't match; expected " + i + " found " + this.
ChildIndex
);
BaseTreeAdaptor.cs
231
r.
ChildIndex
= -1;
484
return tree.
ChildIndex
;
493
tree.
ChildIndex
= index;
CommonTree.cs
63
int
childIndex
= -1;
107
public override int
ChildIndex
111
return
childIndex
;
116
childIndex
= value;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeFixture.cs
59
Assert.AreEqual(-1, t.
ChildIndex
);
72
Assert.AreEqual(-1, r0.
ChildIndex
);
86
Assert.AreEqual(-1, r0.
ChildIndex
);
88
Assert.AreEqual(0, c0.
ChildIndex
);
90
Assert.AreEqual(1, c1.
ChildIndex
);
92
Assert.AreEqual(2, c2.
ChildIndex
);
112
Assert.AreEqual(-1, root.
ChildIndex
);
115
Assert.AreEqual(0, c0.
ChildIndex
);
117
Assert.AreEqual(1, c1.
ChildIndex
);
119
Assert.AreEqual(2, c2.
ChildIndex
);
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
121
ChildIndex
:(NSInteger)
childIndex
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
121
ChildIndex
:(NSInteger)
childIndex
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h
42
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
56
- (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
121
ChildIndex
:(NSInteger)
childIndex
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h
43
- (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
57
- (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent
ChildIndex
:(NSInteger)
childIndex
Map:(ANTLRMap *)labels;
121
ChildIndex
:(NSInteger)
childIndex
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas
137
procedure Visit(const T, Parent: IANTLRInterface; const
ChildIndex
: Integer;
150
procedure Visit(const T, Parent: IANTLRInterface; const
ChildIndex
: Integer;
216
CheckEquals(R0.
ChildIndex
,-1);
240
CheckEquals(Root.
ChildIndex
, -1);
244
Check(C0.
ChildIndex
= 1);
246
Check(C1.
ChildIndex
= 2);
248
Check(C2.
ChildIndex
= 3);
351
CheckEquals(Dup.
ChildIndex
, -1);
369
CheckEquals(R0.
ChildIndex
, -1);
371
CheckEquals(C0.
ChildIndex
, 0)
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas
479
/// children to set their
childindex
; could be slow.
498
property
ChildIndex
: Integer read GetChildIndex write SetChildIndex;
581
property
ChildIndex
: Integer read GetChildIndex write SetChildIndex;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h
263
ULONG
ChildIndex
;
[
all
...]
Completed in 3398 milliseconds