Searched refs:NewCtx (Results 1 – 9 of 9) sorted by relevance
18 c := NewCtx(t)89 c := NewCtx(t)150 c := NewCtx(t)210 c := NewCtx(t)280 c := NewCtx(t)367 c := NewCtx(t)418 c := NewCtx(t)448 c := NewCtx(t)499 c := NewCtx(t)
16 c := NewCtx(t)133 c := NewCtx(t)215 c := NewCtx(t)236 c := NewCtx(t)296 c := NewCtx(t)319 c := NewCtx(t)366 c := NewCtx(t)
20 c := NewCtx(t)63 c := NewCtx(t)84 c := NewCtx(t)123 c := NewCtx(t)
17 c := NewCtx(t)365 c := NewCtx(t)396 c := NewCtx(t)440 c := NewCtx(t)
19 c := NewCtx(t)294 c := NewCtx(t)358 c := NewCtx(t)
223 c := NewCtx(t)
43 c := NewCtx(t)
46 func NewCtx(t *testing.T) *Ctx { func
489 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local491 return NewCtx; in addDefinition()497 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local499 return NewCtx; in addReference()507 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local508 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()510 return NewCtx; in updateDefinition()518 Context NewCtx = Ctx; in clearDefinition() local519 if (NewCtx.contains(D)) { in clearDefinition()520 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()[all …]