Searched defs:ImmutableMapRef (Results 1 – 2 of 2) sorted by relevance
272 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function279 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function286 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function367 friend class ImmutableMapRef; variable
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