Lines Matching refs:DecodeUnsignedLeb128
195 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet()
229 uint32_t size = DecodeUnsignedLeb128(&annotation); in SkipAnnotationValue()
240 DecodeUnsignedLeb128(&annotation); // unused type_index in SkipAnnotationValue()
241 uint32_t size = DecodeUnsignedLeb128(&annotation); in SkipAnnotationValue()
243 DecodeUnsignedLeb128(&annotation); // unused element_name_index in SkipAnnotationValue()
269 DecodeUnsignedLeb128(&annotation); // unused type_index in SearchEncodedAnnotation()
270 uint32_t size = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation()
273 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation()
355 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation()
356 uint32_t size = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation()
591 uint32_t size = DecodeUnsignedLeb128(&annotation); in ProcessAnnotationValue()
705 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember()
773 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet()
1261 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent()