Searched refs:element_name_index (Results 1 – 1 of 1) sorted by relevance
1599 uint32_t element_name_index = DecodeUnsignedLeb128(annotation); in CreateAnnotationMember() local1600 const char* name = StringDataByIdx(element_name_index); in CreateAnnotationMember()2182 uint32_t element_name_index = DecodeUnsignedLeb128(&annotation); in SearchEncodedAnnotation() local2183 const char* element_name = GetStringData(GetStringId(element_name_index)); in SearchEncodedAnnotation()