Home
last modified time | relevance | path

Searched refs:get_child (Results 1 – 7 of 7) sorted by relevance

/external/skia/resources/sksl/errors/
DGrNoFragmentProcessorReturn.fp3 fragmentProcessor get_child() { return child; }
6 return sample(get_child());
/external/python/pybind11/docs/advanced/
Dsmart_ptrs.rst61 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 of
94 ``std::shared_ptr<...>``). In this case, the signature of ``get_child()``
99 std::shared_ptr<Child> get_child() { return child; }
/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp197 NewChild.insert_partial_schedule(PartialSched).get_root().get_child(0); in visitBand()
374 .get_child(0); in visitBand()
DScheduleOptimizer.cpp1201 isl::schedule_node Child = Node.get_child(0); in isolateAndUnrollMatMulInnerLoops()
/external/libchrome/base/
Dlogging_unittest.cc377 status = zx::process::self()->get_child(packet.exception.tid, in SpawnCrashThread()
/external/tensorflow/third_party/gpus/
Dcuda_configure.bzl261 crosstool_folder = str(repository_ctx.path(".").get_child("crosstool"))
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h2578 inline schedule_node get_child(int pos) const;
14196 schedule_node schedule_node::get_child(int pos) const in get_child() function