Home
last modified time | relevance | path

Searched refs:toId (Results 1 – 12 of 12) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/
DEdge.java29 private final NodeId toId; field in Edge
31 protected Edge(NodeId fromId, NodeId toId) { in Edge() argument
33 this.toId = toId; in Edge()
41 return toId; in getToId()
50 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId); in equals()
55 return Objects.hashCode(fromId, toId); in hashCode()
65 public abstract Edge copy(NodeId fromId, NodeId toId); in copy() argument
DAlias.java28 private final NodeId toId; field in Alias
30 public Alias(NodeId fromId, NodeId toId) { in Alias() argument
32 this.toId = toId; in Alias()
40 return toId; in getToId()
DBindingEdge.java40 public BindingEdge(NodeId fromId, NodeId toId, Type type) { in BindingEdge() argument
41 super(fromId, toId); in BindingEdge()
69 public Edge copy(NodeId fromId, NodeId toId) { in copy() argument
70 return new BindingEdge(fromId, toId, type); in copy()
DDependencyEdge.java36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) { in DependencyEdge() argument
37 super(fromId, toId); in DependencyEdge()
71 public Edge copy(NodeId fromId, NodeId toId) { in copy() argument
72 return new DependencyEdge(fromId, toId, injectionPoint); in copy()
/external/clang/test/SemaObjCXX/
Dobjc-container-subscripting.mm65 ConvertibleTo<id> toId,
75 …toArrayExplicit[2] = toId; // expected-error {{type 'ExplicitlyConvertibleTo<NSMutableArray *>' do…
82 ConvertibleTo<id> toId,
90 Dict[toId] = toBlock;
94 Dict[toBlock] = Dict[toId] = Dict[toBlock];
96 …Id = toDictExplicit[toId] = Id; // expected-error {{no viable overloaded operator[] for type 'Expl…
Dliterals.mm83 ConvertibleTo<id> toId,
89 toId,
/external/llvm-project/clang/test/SemaObjCXX/
Dobjc-container-subscripting.mm65 ConvertibleTo<id> toId,
75 …toArrayExplicit[2] = toId; // expected-error {{type 'ExplicitlyConvertibleTo<NSMutableArray *>' do…
82 ConvertibleTo<id> toId,
90 Dict[toId] = toBlock;
94 Dict[toBlock] = Dict[toId] = Dict[toBlock];
96 …Id = toDictExplicit[toId] = Id; // expected-error {{no viable overloaded operator[] for type 'Expl…
Dliterals.mm86 ConvertibleTo<id> toId,
92 toId,
/external/cldr/tools/java/org/unicode/cldr/draft/
DIntDistanceNode.java119 final int desiredId = id.toId(desired); in getDistance()
120 final int supportedId = id.toId(supported); // can optimize later in getDistance()
DXLocaleDistance.java172 public V toId(K source); in toId() method
212 public Integer toId(T source) { in toId() method in XLocaleDistance.IdMakerFull
707 final String desiredPartition = regionMapper.toId(desiredRegion); in distanceRaw()
708 final String supportedPartition = regionMapper.toId(supportedRegion); in distanceRaw()
1013 public String toId(String region) { in toId() method in XLocaleDistance.RegionMapper
1218 if (toId(item) != null) { in compact()
1225 if (toId(item) != null) { in compact()
1241 if (toId(item) != null) { in compact()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.osgi_3.13.0.v20180409-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...