Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h44 struct Node { struct
45 OH_NN_OperationType opType;
46 std::vector<uint32_t> inputs;
47 std::vector<uint32_t> outputs;
48 std::vector<uint32_t> params;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H A Dlru_cache.h47 struct Node { struct
51 Node() = delete; argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils_list.h23 struct Node { struct
25 explicit Node(T value) : value_(value), next_(nullptr), prev_(nullptr) {} in Node() argument
28 Node<T> *next_; argument
29 Node<T> *prev_; argument
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dlru_cache.h86 struct Node { struct
90 Node() = delete; argument
92Node(std::string key, std::vector<T> value) : key(std::move(key)), value(std::move(value)) {} in Node() argument
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h53 struct Node { struct
57 Node() = delete; argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h41 struct Node { struct
44 uint16_t nextIndex = 0; // the conflicy Node index in array argument
45 bool isNumber = false;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h124 struct Node { struct
125 Node *prev = nullptr; argument
126 Node *next = nullptr; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h122 struct Node { struct
123 Node *prev = nullptr; argument
124 Node *next = nullptr; argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs27 pub(crate) struct Node<T> { struct
32 impl<T> Node<T> { argument
41 impl<T: Link> Node<T> { implementation
59 unsafe impl<T: Send> Send for Node<T> {} implementation
60 unsafe impl<T: Sync> Sync for Node<T> {} implementation
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h29 struct Node { struct
31 struct Node *next; argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp127 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
301 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
379 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
463 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
564 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
681 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
825 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
926 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
1016 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
1115 auto Node = AceType::DynamicCast<NG::FrameNode>(frameNode); variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dlock_free_queue.h164 struct Node { struct
171 data_ = std::make_unique<Node[]>(N + 1); in Alloc() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dpool_test.cpp30 struct Node { struct in OHOS::Test::PoolTest
31 int value;
32 bool operator==(Node &other) in operator ==()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_node_v10.md1 # Node chapter
H A D_node_v20.md1 # Node chapter
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h64 struct Node { in META_BEGIN_NAMESPACE() struct
65 BASE_NS::string name; in META_BEGIN_NAMESPACE()
66 enum Type { OBJECT, PROPERTY, SPECIAL } type {}; in META_BEGIN_NAMESPACE()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Darray.rs33 pub(crate) struct Node<T> { struct
45 data: Box<[Node<T>]>, argument
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs281 pub struct Node<T> { struct
282 next: *const Node<T>, argument
283 prev: *const Node<T>, argument
288 impl<T> Node<T> { implementation
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h176 Node(const _Tp &value) : value_(value) {} in Node() function
177 Node() : value_() {} in Node() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlru_bucket.h176 Node(const _Tp &value) : value_(value) {} in Node() function
177 Node() : value_() {} in Node() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dqueue.rs34 pub(crate) struct Node<T> { struct
40 data: [Node<T>; CAPACITY], argument
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-nodes.md278 ## Node section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-nodes.md277 ## Node section
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h679 struct Node { in CORE3D_BEGIN_NAMESPACE() struct
680 BASE_NS::string name; in CORE3D_BEGIN_NAMESPACE()
691 BASE_NS::string modelIdRSDZ; in CORE3D_BEGIN_NAMESPACE()
696 bool isJoint = false; in CORE3D_BEGIN_NAMESPACE()
698 BASE_NS::vector<Node*> children; in CORE3D_BEGIN_NAMESPACE()
699 …_NS::vector<size_t> tmpChildren; // indices, used when gltf is parsed. (NOTE: move outside of node) in CORE3D_BEGIN_NAMESPACE()
702 uint32_t tmpSkin; // index to skin (NOTE: move outside of node) in CORE3D_BEGIN_NAMESPACE()
704 bool usesTRS = true; in CORE3D_BEGIN_NAMESPACE()
710 BASE_NS::Math::Mat4X4 matrix; in CORE3D_BEGIN_NAMESPACE()
712 BASE_NS::vector<float> weights; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.h113 explicit Node(const std::string name) : name_(name) {} in Node() function

12