Searched refs:get_child (Results 1 – 7 of 7) sorted by relevance
3 fragmentProcessor get_child() { return child; }6 return sample(get_child());
61 Child *get_child() { return child.get(); } /* Hint: ** DON'T DO THIS ** */71 .def("get_child", &Parent::get_child);80 print(Parent().get_child())82 The problem is that ``Parent::get_child()`` returns a pointer to an instance of94 ``std::shared_ptr<...>``). In this case, the signature of ``get_child()``99 std::shared_ptr<Child> get_child() { return child; }
197 NewChild.insert_partial_schedule(PartialSched).get_root().get_child(0); in visitBand()374 .get_child(0); in visitBand()
1201 isl::schedule_node Child = Node.get_child(0); in isolateAndUnrollMatMulInnerLoops()
377 status = zx::process::self()->get_child(packet.exception.tid, in SpawnCrashThread()
261 crosstool_folder = str(repository_ctx.path(".").get_child("crosstool"))
2578 inline schedule_node get_child(int pos) const;14196 schedule_node schedule_node::get_child(int pos) const in get_child() function