Home
last modified time | relevance | path

Searched refs:TreeNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/
H A Djs_struct.ts268 class TreeNode<K, V> extends Pair<K, V> {
270 left: TreeNode<K, V> | undefined;
271 right: TreeNode<K, V> | undefined;
272 parent: TreeNode<K, V> | undefined;
276 parent?: TreeNode<K, V>,
277 left?: TreeNode<K, V>,
278 right?: TreeNode<K, V>) {
317 let parentNode: TreeNode<K, V> = this.root as TreeNode<K, V>;
430 lastNode(): TreeNode<K, V> | undefined {
441 let tempArray: TreeNode<K, V>[] = [];
[all …]
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-64bits-coding-guide.md409 } TreeNode;
412 TreeNode结构体中有两个成员结构体,下面的代码中根据第二个成员来获取第一个成员的地址,采用第二个成员首地址减去sizeof(第一个成员)计算(inUserInfo指向结构体中的userInfo…
418 …度为12bytes,在64位下,**其长度也是12位**。结构体TreeNode在32位下成员结构体之间无填充,其长度为16bytes,但在64位下的结构体长度:sizeof(TreeNodeIn…
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c75 struct TreeNode { struct
679 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile()
732 struct TreeNode tempPara = {store, &found, key}; in CertManagerStatus()
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md409 } TreeNode;
412 The **TreeNode** structure has two member structures. In the following code, the address of the fir…
418 …es of the **TreeNode** structure, and the structure length is 16 bytes. On a 64-bit OS, **sizeof(T…