Searched refs:dex_file_data_ (Results 1 – 1 of 1) sorted by relevance
35 : strings_(), types_(), fields_(), protos_(), dex_file_data_() { in TestDexFileBuilder()39 CHECK(dex_file_data_.empty()); in AddString()45 CHECK(dex_file_data_.empty()); in AddType()52 CHECK(dex_file_data_.empty()); in AddField()62 CHECK(dex_file_data_.empty()); in AddMethod()83 CHECK(dex_file_data_.empty()); in Build()165 dex_file_data_.resize(total_size); in Build()170 dex_file_data_[raw_offset] = static_cast<uint8_t>(entry.first.size()); in Build()171 std::memcpy(&dex_file_data_[raw_offset + 1], entry.first.c_str(), entry.first.size() + 1); in Build()216 header->file_size_ = dex_file_data_.size(); in Build()[all …]