Searched refs:mLargestChainId (Results 1 – 1 of 1) sorted by relevance
451 pw.print(mDiscreteOps.mLargestChainId); in dump()609 int mLargestChainId; field in DiscreteRegistry.DiscreteOps614 mLargestChainId = chainIdOffset; in DiscreteOps()622 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()638 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()639 mLargestChainId = offsetChainId; in addDiscreteAccess()643 mLargestChainId = 0; in addDiscreteAccess()702 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()