Searched defs:ImmutableMapRef (Results 1 – 1 of 1) sorted by relevance
277 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function284 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function291 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function370 friend class ImmutableMapRef; variable