/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ElementValuePairGen.java | 36 private final ConstantPoolGen cpool; field in ElementValuePairGen 38 public ElementValuePairGen(final ElementValuePair nvp, final ConstantPoolGen cpool, in ElementValuePairGen() 72 final ConstantPoolGen cpool) in ElementValuePairGen() 80 final ConstantPoolGen cpool) in ElementValuePairGen()
|
D | AnnotationElementValueGen.java | 34 public AnnotationElementValueGen(final AnnotationEntryGen a, final ConstantPoolGen cpool) in AnnotationElementValueGen() 41 final ConstantPoolGen cpool) in AnnotationElementValueGen() 52 final ConstantPoolGen cpool, final boolean copyPoolEntries) in AnnotationElementValueGen()
|
D | ClassElementValueGen.java | 37 protected ClassElementValueGen(final int typeIdx, final ConstantPoolGen cpool) in ClassElementValueGen() 43 public ClassElementValueGen(final ObjectType t, final ConstantPoolGen cpool) in ClassElementValueGen() 61 public ClassElementValueGen(final ClassElementValue value, final ConstantPoolGen cpool, in ClassElementValueGen()
|
D | AnnotationEntryGen.java | 46 private final ConstantPoolGen cpool; field in AnnotationEntryGen 58 public AnnotationEntryGen(final AnnotationEntry a, final ConstantPoolGen cpool, in AnnotationEntryGen() 70 …vate List<ElementValuePairGen> copyValues(final ElementValuePair[] in, final ConstantPoolGen cpool, in copyValues() 79 private AnnotationEntryGen(final ConstantPoolGen cpool) { in AnnotationEntryGen() 97 final ConstantPoolGen cpool) { in AnnotationEntryGen() 105 … final ConstantPoolGen cpool, final boolean b) throws IOException { in read()
|
D | EnumElementValueGen.java | 43 final ConstantPoolGen cpool) in EnumElementValueGen() 66 public EnumElementValueGen(final ObjectType t, final String value, final ConstantPoolGen cpool) in EnumElementValueGen() 73 public EnumElementValueGen(final EnumElementValue value, final ConstantPoolGen cpool, in EnumElementValueGen()
|
D | ArrayElementValueGen.java | 44 final ConstantPoolGen cpool) in ArrayElementValueGen() 77 public ArrayElementValueGen(final ArrayElementValue value, final ConstantPoolGen cpool, in ArrayElementValueGen()
|
D | SimpleElementValueGen.java | 117 final ConstantPoolGen cpool, final boolean copyPoolEntries) in SimpleElementValueGen() 119 super(value.getElementValueType(), cpool); in SimpleElementValueGen() local
|
D | ElementValueGen.java | 163 final ConstantPoolGen cpool, final boolean copyPoolEntries) in copy()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | ElementValue.java | 40 protected ConstantPool cpool; // TODO should be final field in ElementValue 48 protected ElementValue(final int type, final ConstantPool cpool) in ElementValue() 77 …public static ElementValue readElementValue(final DataInput input, final ConstantPool cpool) throw… in readElementValue()
|
D | EnclosingMethod.java | 48 …thod(final int nameIndex, final int len, final DataInput input, final ConstantPool cpool) throws I… in EnclosingMethod() 52 …l int nameIndex, final int len, final int classIdx,final int methodIdx, final ConstantPool cpool) { in EnclosingMethod()
|
D | SimpleElementValue.java | 32 public SimpleElementValue(final int type, final int index, final ConstantPool cpool) in SimpleElementValue() 155 final ConstantPool cpool = super.getConstantPool(); in stringifyValue() local
|
D | AnnotationElementValue.java | 32 final ConstantPool cpool) in AnnotationElementValue()
|
D | ClassElementValue.java | 35 public ClassElementValue(final int type, final int idx, final ConstantPool cpool) in ClassElementValue()
|
D | ArrayElementValue.java | 47 public ArrayElementValue(final int type, final ElementValue[] datums, final ConstantPool cpool) in ArrayElementValue()
|
D | EnumElementValue.java | 36 final ConstantPool cpool) in EnumElementValue()
|
D | LocalVariableTypeTable.java | 70 …eTable(final int nameIdx, final int len, final DataInput input, final ConstantPool cpool) throws I… in LocalVariableTypeTable()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 105 PyDescriptorPool* cpool = PyObject_GC_New( in _CreateDescriptorPool() local 136 PyDescriptorPool* cpool = _CreateDescriptorPool(); in PyDescriptorPool_NewWithUnderlay() local 155 PyDescriptorPool* cpool = _CreateDescriptorPool(); in PyDescriptorPool_NewWithDatabase() local
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Tracer.java | 33 protected ConstPool cpool; field in Tracer
|
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 481 ConstPool cpool; field in AnnotationsAttribute.Renamer
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 431 sljit_uw *cpool; member
|