Home
last modified time | relevance | path

Searched defs:GetRoot (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter_lite.h53 std::weak_ptr<DatasetOp> GetRoot() const { return tree_ ? tree_->root() : nullptr; } in GetRoot() function
Dtree_adapter.h76 std::weak_ptr<DatasetOp> GetRoot() const { return tree_ ? tree_->root() : nullptr; } in GetRoot() function
/third_party/flatbuffers/include/flatbuffers/
Dbuffer_ref.h39 const T *GetRoot() const { return flatbuffers::GetRoot<T>(buf); } in GetRoot() function
Dgrpc.h60 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); } in GetRoot() function
Dflexbuffers.h925 inline Reference GetRoot(const uint8_t *buffer, size_t size) { in GetRoot() function
935 inline Reference GetRoot(const std::vector<uint8_t> &buffer) { in GetRoot() function
/third_party/spirv-tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dpattern_to_pattern.cc188 BaseRef SrcPattern::GetRoot() const { in GetRoot() function in mindspore::opt::SrcPattern
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py1518 def GetRoot(buf): function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp126711 …virtual nsresult GetRoot(char * *aRoot) override { return sRootBranch-> GetRoot(aRoot); } virtual … in PrefIsLocked() function in mozilla::Preferences
169336 Element* GetRoot() const { in GetRoot() function in mozilla::dom::DOMIntersectionObserver