Searched refs:mLargestChainId (Results 1 – 1 of 1) sorted by relevance
454 pw.print(mDiscreteOps.mLargestChainId); in dump()612 int mLargestChainId; field in DiscreteRegistry.DiscreteOps617 mLargestChainId = chainIdOffset; in DiscreteOps()625 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()641 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()642 mLargestChainId = offsetChainId; in addDiscreteAccess()646 mLargestChainId = 0; in addDiscreteAccess()705 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()