Searched refs:BranchNode (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/unicode/ |
D | stringtriebuilder.h | 290 class BranchNode : public Node { 292 BranchNode(int32_t initialHash) : Node(initialHash) {} in BranchNode() function 298 class ListBranchNode : public BranchNode { 300 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() 328 class SplitBranchNode : public BranchNode { 331 : BranchNode(((0x555555*37+middleUnit)*37+ in SplitBranchNode()
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 160 template <typename, typename, unsigned, typename> class BranchNode; variable 677 class BranchNode : public NodeBase<NodeRef, KeyT, N> { 914 typedef IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits> 927 typedef IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>
|