Home
last modified time | relevance | path

Searched defs:cpool (Results 1 – 20 of 20) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DElementValuePairGen.java36 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()
DAnnotationElementValueGen.java34 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()
DClassElementValueGen.java37 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()
DAnnotationEntryGen.java46 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()
105final ConstantPoolGen cpool, final boolean b) throws IOException { in read()
DEnumElementValueGen.java43 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()
DArrayElementValueGen.java44 final ConstantPoolGen cpool) in ArrayElementValueGen()
77 public ArrayElementValueGen(final ArrayElementValue value, final ConstantPoolGen cpool, in ArrayElementValueGen()
DSimpleElementValueGen.java117 final ConstantPoolGen cpool, final boolean copyPoolEntries) in SimpleElementValueGen()
119 super(value.getElementValueType(), cpool); in SimpleElementValueGen() local
DElementValueGen.java163 final ConstantPoolGen cpool, final boolean copyPoolEntries) in copy()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DElementValue.java40 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()
DEnclosingMethod.java48 …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()
DSimpleElementValue.java32 public SimpleElementValue(final int type, final int index, final ConstantPool cpool) in SimpleElementValue()
155 final ConstantPool cpool = super.getConstantPool(); in stringifyValue() local
DAnnotationElementValue.java32 final ConstantPool cpool) in AnnotationElementValue()
DClassElementValue.java35 public ClassElementValue(final int type, final int idx, final ConstantPool cpool) in ClassElementValue()
DArrayElementValue.java47 public ArrayElementValue(final int type, final ElementValue[] datums, final ConstantPool cpool) in ArrayElementValue()
DEnumElementValue.java36 final ConstantPool cpool) in EnumElementValue()
DLocalVariableTypeTable.java70 …eTable(final int nameIdx, final int len, final DataInput input, final ConstantPool cpool) throws I… in LocalVariableTypeTable()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc105 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/
DTracer.java33 protected ConstPool cpool; field in Tracer
/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java481 ConstPool cpool; field in AnnotationsAttribute.Renamer
/external/pcre/dist2/src/sljit/
DsljitLir.h431 sljit_uw *cpool; member