Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DApfsHandler.cpp642 struct CBTreeNodePhys struct
645 CPhys ophys;
646 UInt16 flags;
647 …er of child levels below this node. 0 - for a leaf node, 1 for the immediate parent of a leaf node
648 UInt32 nkeys; // The number of keys stored in this node.
649 nloc table_space;
656 bool Is_FIXED_KV_SIZE() const { return (flags & BTNODE_FIXED_KV_SIZE) != 0; } in Is_FIXED_KV_SIZE()
657 bool Is_NOHEADER() const { return (flags & BTNODE_NOHEADER) != 0; } in Is_NOHEADER()
658 bool Is_HASHED() const { return (flags & BTNODE_HASHED) != 0; } in Is_HASHED()
660 bool Parse(const Byte *p, size_t size, bool noHeader = false) in Parse()