Home
last modified time | relevance | path

Searched refs:thisMap (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java473 Map<String,CtClass> thisMap = getAllInterfaces(this.clazz, null); in findCommonInterfaces() local
475 return findCommonInterfaces(typeMap, thisMap); in findCommonInterfaces()
480 Map<String,CtClass> thisMap = getDeclaredInterfaces(this.clazz, null); in findExclusiveDeclaredInterfaces() local
485 thisMap.remove(intf); in findExclusiveDeclaredInterfaces()
488 return findCommonInterfaces(typeMap, thisMap); in findExclusiveDeclaredInterfaces()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp964 AffineValueMap diff, thisMap, rhsMap; in operator ==() local
965 getAccessMap(&thisMap); in operator ==()
967 AffineValueMap::difference(thisMap, rhsMap, &diff); in operator ==()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java682 RubyMap thisMap = (RubyMap) getField(context, fieldDescriptor); in setField() local
683 thisMap.mergeIntoSelf(context, value); in setField()