Home
last modified time | relevance | path

Searched refs:AddChildren (Results 1 – 6 of 6) sorted by relevance

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