Searched refs:buildScoped (Results 1 – 9 of 9) sorted by relevance
85 Scope scope = tagger.emptyBuilder().put(KEY_1, VALUE_1).buildScoped(); in setCurrentTagsWithBuilder()100 Scope scope2 = tagger.currentBuilder().put(KEY_2, VALUE_2).buildScoped(); in addToCurrentTagsWithBuilder()
64 public abstract Scope buildScoped(); in buildScoped() method in TagContextBuilder
171 public Scope buildScoped() { in buildScoped() method in NoopTags.NoopTagContextBuilder
118 assertThat(NoopTags.getNoopTagContextBuilder().buildScoped()).isSameAs(NoopScope.getInstance()); in noopTagContextBuilder()119 assertThat(NoopTags.getNoopTagContextBuilder().put(KEY, VALUE).buildScoped()) in noopTagContextBuilder()
48 public Scope buildScoped() { in buildScoped() method in NoopTagContextBuilder
57 public Scope buildScoped() { in buildScoped() method in TagContextBuilderImpl
90 try (Scope scopedTags = tagContextBuilder.buildScoped(); in main()
314 public Scope buildScoped() {
171 .buildScoped()) {