Home
last modified time | relevance | path

Searched defs: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
481 Map thisMap = getDeclaredInterfaces(this.clazz, null); in findExclusiveDeclaredInterfaces() local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java650 RubyMap thisMap = (RubyMap) getField(context, fieldDescriptor); in setField() local