Searched refs:mLargestChainId (Results 1 – 1 of 1) sorted by relevance
450 pw.print(mDiscreteOps.mLargestChainId); in dump()608 int mLargestChainId; field in DiscreteRegistry.DiscreteOps613 mLargestChainId = chainIdOffset; in DiscreteOps()621 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()637 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()638 mLargestChainId = offsetChainId; in addDiscreteAccess()642 mLargestChainId = 0; in addDiscreteAccess()701 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()