Home
last modified time | relevance | path

Searched defs:AddChildren (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dscc.h141 void AddChildren(SCC* scc) { in AddChildren() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h141 void AddChildren(SCC* scc) { in AddChildren() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node_show.h118 CodeNode* AddChildren(const string& name, const CallStack::Trace* trace, in AddChildren() function
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren() method in Antlr.Runtime.Tree.BaseTree
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas556 procedure AddChildren(const Kids: IList<IBaseTree>); procedure
1163 procedure AddChildren(const Kids: IList<IBaseTree>); procedure
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>); procedure