Searched defs:subtrees (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs61 * match subtrees against it.
253 public FindTreeWizardContextVisitor(TreeWizard outer, TreePattern tpattern, IList subtrees) { argument
256 _subtrees = subtrees;
273 /** <summary>Return a List of subtrees matching pattern.</summary> */
275 IList subtrees = new List<object>();
288 Visit(t, rootTokenType, new FindTreeWizardContextVisitor(this, tpattern, subtrees));
289 return subtrees;
353 * For all subtrees that match the pattern, execute the visit action.
/external/dbus/dbus/
H A Ddbus-object-tree.c77 DBusObjectSubtree **subtrees; /**< Child nodes */ member in struct:DBusObjectSubtree
79 int max_subtrees; /**< Number of allocated entries in subtrees */
199 v = strcmp (path[0], subtree->subtrees[k]->name);
203 path[0], subtree->subtrees[k]->name,
221 next = find_subtree_recurse (subtree->subtrees[k],
239 return find_subtree_recurse (subtree->subtrees[k],
280 new_subtrees = dbus_realloc (subtree->subtrees,
287 subtree->subtrees = new_subtrees;
298 memmove (&subtree->subtrees[child_pos+1],
299 &subtree->subtrees[child_po
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 94 milliseconds