HomeSort by relevance Sort by last modified time
    Searched defs:LookupKey (Results 1 - 7 of 7) sorted by null

  /external/turbine/java/com/google/turbine/binder/lookup/
LookupKey.java 28 public class LookupKey {
31 public LookupKey(Iterable<String> simpleNames) {
45 * A {@link LookupKey} with the first simple name removed.
48 * resolved in the following stages, ending with a resolved class and a {@link LookupKey} for any
57 public LookupKey rest() {
61 return new LookupKey(simpleNames.subList(1, simpleNames.size()));
  /external/llvm/lib/IR/
ConstantsContext.h 545 typedef std::pair<TypeClass *, ValType> LookupKey;
548 typedef std::pair<unsigned, LookupKey> LookupKeyHashed;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
566 static unsigned getHashValue(const LookupKey &Val) {
572 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
611 LookupKey Key(Ty, V);
639 LookupKey Key(CP->getType(), ValType(Operands, CP));
  /external/v8/src/
objects.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 511 milliseconds