Home
last modified time | relevance | path

Searched refs:stream_next (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dpattern.c1929 goto stream_next; in xmlStreamPushInternal()
1936 goto stream_next; in xmlStreamPushInternal()
1948 goto stream_next; in xmlStreamPushInternal()
2097 goto stream_next; in xmlStreamPushInternal()
2112 goto stream_next; in xmlStreamPushInternal()
2130 goto stream_next; in xmlStreamPushInternal()
2139 goto stream_next; in xmlStreamPushInternal()
2141 goto stream_next; in xmlStreamPushInternal()
2188 stream_next: in xmlStreamPushInternal()
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java1168 …RewriteRuleSubtreeStream stream_next=new RewriteRuleSubtreeStream(adaptor,"rule next",next!=null?n… in forStat() local
1180 adaptor.addChild(root_1, stream_next.nextTree()); in forStat()
DSimpleCParser.m2437 RewriteRuleSubtreeStream *stream_next =
2456 [treeAdaptor addChild:[stream_next nextTree] toTree:root_1];