/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/ |
H A D | nnrt_test.h | 44 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 D | lru_cache.h | 47 struct Node { struct 51 Node() = delete; argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
H A D | utils_list.h | 23 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 D | lru_cache.h | 86 struct Node { struct 90 Node() = delete; argument 92 … Node(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 D | lru_cache_disk_handler.h | 53 struct Node { struct 57 Node() = delete; argument
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.h | 41 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 D | pool.h | 124 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 D | pool.h | 122 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 D | linked_list.rs | 27 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 D | server.h | 29 struct Node { struct 31 struct Node *next; argument
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 127 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 D | lock_free_queue.h | 164 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 D | pool_test.cpp | 30 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.md | 1 # Node chapter
|
H A D | _node_v20.md | 1 # Node chapter
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | ref_uri.h | 64 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 D | array.rs | 33 pub(crate) struct Node<T> { struct 45 data: Box<[Node<T>]>, argument
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | linked_list.rs | 281 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 D | lru_bucket.h | 176 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 D | lru_bucket.h | 176 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 D | queue.rs | 34 pub(crate) struct Node<T> { struct 40 data: [Node<T>; CAPACITY], argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-nodes.md | 278 ## Node section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-nodes.md | 277 ## Node section
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 679 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 D | buffer_manager_utest.h | 113 explicit Node(const std::string name) : name_(name) {} in Node() function
|