Home
last modified time | relevance | path

Searched defs:withValues (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java329 public <V1, V2> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2) { in withValues() method in Context
339 public <V1, V2, V3> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2, Key<V3> k3, V3 v3) { in withValues() method in Context
349 public <V1, V2, V3, V4> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2, in withValues() method in Context
/external/turbine/java/com/google/turbine/type/
DAnnoInfo.java69 public AnnoInfo withValues(ImmutableMap<String, Const> values) { in withValues() method in AnnoInfo