Lines Matching refs:DecodeUnsignedLeb128
423 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
428 uint32_t addr = DecodeUnsignedLeb128(&ptr_);
436 uint32_t addr = DecodeUnsignedLeb128(&ptr_);
642 uint32_t size = DecodeUnsignedLeb128(&ptr_);
654 uint32_t idx = DecodeUnsignedLeb128(&ptr_);
659 uint32_t size = DecodeUnsignedLeb128(&ptr_);
663 idx = DecodeUnsignedLeb128(&ptr_);
761 uint32_t handlers_size = DecodeUnsignedLeb128(&ptr_);
814 uint32_t size = DecodeUnsignedLeb128(&ptr_);
900 DecodeUnsignedLeb128(&ptr_);
901 uint32_t parameters_size = DecodeUnsignedLeb128(&ptr_);
908 uint32_t parameter_name = DecodeUnsignedLeb128(&ptr_);
924 DecodeUnsignedLeb128(&ptr_);
932 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
937 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
944 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
955 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
963 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
968 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
975 uint32_t type_idx = DecodeUnsignedLeb128(&ptr_);
982 uint32_t sig_idx = DecodeUnsignedLeb128(&ptr_);
992 uint32_t name_idx = DecodeUnsignedLeb128(&ptr_);
1826 uint32_t idx = DecodeUnsignedLeb128(&data);