Searched refs:getElementValue (Results 1 – 15 of 15) sorted by relevance
91 value=getElementValue(start++); in writeNode()185 value=getElementValue(start); in writeBranchSubNode()214 value=getElementValue(start++); in makeNode()293 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()302 listNode->add(unit, getElementValue(start)); in makeBranchSubNode()
238 UCharsTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in UCharsTrieBuilder
289 BytesTrieBuilder::getElementValue(int32_t i) const { in getElementValue() function in BytesTrieBuilder
44 @Nonnull EncodedValue getElementValue(@Nonnull AnnotationElement element); in getElementValue() method
82 writeEncodedValue(annotationSection.getElementValue(element)); in writeAnnotation()
600 writeEncodedValue(encodedValueWriter, annotationSection.getElementValue(element));
84 …@Nonnull @Override public EncodedValue getElementValue(@Nonnull AnnotationElement annotationElemen… in getElementValue() method in AnnotationPool
87 public BuilderEncodedValue getElementValue(@Nonnull BuilderAnnotationElement element) { in getElementValue() method in BuilderAnnotationPool
306 return getElementValue(value1); in binaryOperation()414 protected Value getElementValue(final Value objectArrayValue) in getElementValue() method in BasicVerifier
149 protected Value getElementValue(final Value objectArrayValue) in getElementValue() method in SimpleVerifier
137 virtual int32_t getElementValue(int32_t i) const;
130 virtual int32_t getElementValue(int32_t i) const;
108 virtual int32_t getElementValue(int32_t i) const = 0;
336 Constant *getElementValue(Constant *C) const;340 Constant *getElementValue(unsigned Idx) const;1277 UndefValue *getElementValue(Constant *C) const;1281 UndefValue *getElementValue(unsigned Idx) const;
281 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr; in getAggregateElement()284 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr; in getAggregateElement()784 Constant *ConstantAggregateZero::getElementValue(Constant *C) const { in getElementValue() function in ConstantAggregateZero792 Constant *ConstantAggregateZero::getElementValue(unsigned Idx) const { in getElementValue() function in ConstantAggregateZero825 UndefValue *UndefValue::getElementValue(Constant *C) const { in getElementValue() function in UndefValue833 UndefValue *UndefValue::getElementValue(unsigned Idx) const { in getElementValue() function in UndefValue