Lines Matching refs:DecodeUnsignedLeb128
175 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet()
209 uint32_t size = DecodeUnsignedLeb128(&annotation); in SkipAnnotationValue()
220 DecodeUnsignedLeb128(&annotation); // unused type_index in SkipAnnotationValue()
221 uint32_t size = DecodeUnsignedLeb128(&annotation); in SkipAnnotationValue()
223 DecodeUnsignedLeb128(&annotation); // unused element_name_index in SkipAnnotationValue()
249 DecodeUnsignedLeb128(&annotation); // unused type_index in SearchEncodedAnnotation()
250 uint32_t size = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation()
253 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation()
338 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation()
339 uint32_t size = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation()
589 uint32_t size = DecodeUnsignedLeb128(&annotation); in ProcessAnnotationValue()
703 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember()
778 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet()
1273 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent()