Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java474 Map thisMap = getAllInterfaces(this.clazz, null); in findCommonInterfaces() local
476 return findCommonInterfaces(typeMap, thisMap); in findCommonInterfaces()
481 Map thisMap = getDeclaredInterfaces(this.clazz, null); in findExclusiveDeclaredInterfaces() local
488 thisMap.remove(intf); in findExclusiveDeclaredInterfaces()
491 return findCommonInterfaces(typeMap, thisMap); in findExclusiveDeclaredInterfaces()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java650 RubyMap thisMap = (RubyMap) getField(context, fieldDescriptor); in setField() local
651 thisMap.mergeIntoSelf(context, value); in setField()