Searched refs:NewInitFn (Results 1 – 1 of 1) sorted by relevance
57 OptionScope(ByteCodeExprGen<Emitter> *Ctx, InitFnRef NewInitFn) in OptionScope() argument61 Ctx->InitFn = NewInitFn; in OptionScope()65 OptionScope(ByteCodeExprGen<Emitter> *Ctx, ChainedInitFnRef NewInitFn) in OptionScope() argument69 Ctx->InitFn = [this, NewInitFn] { return NewInitFn(*OldInitFn); }; in OptionScope()