Home
last modified time | relevance | path

Searched refs:getAncestor (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DAbstractMapBasedMultimap.java512 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection
659 (getAncestor() == null) ? this : getAncestor()); in headSet()
667 (getAncestor() == null) ? this : getAncestor()); in subSet()
675 (getAncestor() == null) ? this : getAncestor()); in tailSet()
768 (getAncestor() == null) ? this : getAncestor()); in subList()
/external/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java515 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection
662 (getAncestor() == null) ? this : getAncestor()); in headSet()
670 (getAncestor() == null) ? this : getAncestor()); in subSet()
678 (getAncestor() == null) ? this : getAncestor()); in tailSet()
726 (getAncestor() == null) ? this : getAncestor()); in wrap()
846 (getAncestor() == null) ? this : getAncestor()); in subList()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseTree.h73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
DANTLRTree.h44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.h75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
DANTLRTree.h50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
DANTLRBaseTree.m413 return([self getAncestor:ttype] != nil);
417 - (id<ANTLRBaseTree>) getAncestor:(NSInteger) ttype
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal); in inContext()
222 …protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goa… in getAncestor() method in TreeParser
DTree.java61 public Tree getAncestor(int ttype); in getAncestor() method
DBaseTree.java313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor()
316 public Tree getAncestor(int ttype) { in getAncestor() method in BaseTree
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as28 function getAncestor(ttype:int):Tree;
DBaseTree.as266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
269 public function getAncestor(ttype:int):Tree {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DStrip.java210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py138 def getAncestor(self, ttype): member in Tree
891 return self.getAncestor(ttype) is not None
893 def getAncestor(self, ttype): member in BaseTree
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp905 static int getAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getAncestor() function
1021 getAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m336 ANTLRCommonTree *ancestor = [tree getAncestor:ANTLRTokenTypeUP];
/external/antlr/antlr-3.4/tool/
DCHANGES.txt522 public Tree getAncestor(int ttype);