Searched refs:byte_data_ (Results 1 – 4 of 4) sorted by relevance
/external/image_io/src/jpeg/ |
D | jpeg_segment_builder.cc | 32 for (const auto& byte_datum : byte_data_) { in GetByteDataValues() 51 byte_data_.emplace_back(ByteData::kHex, hex_string); in AddMarkerAndSize() 60 byte_data_.emplace_back(ByteData::kHex, hex_string); in AddMarkerAndSizePlaceholder() 61 return byte_data_.size() - 1; in AddMarkerAndSizePlaceholder() 65 if (index >= byte_data_.size() || size < 2 || size > 0xFFFF) { in ReplaceSizePlaceholder() 68 const ByteData& byte_datum = byte_data_[index]; in ReplaceSizePlaceholder() 88 byte_data_[index] = ByteData(ByteData::kHex, value); in ReplaceSizePlaceholder() 95 byte_data_.emplace_back(ByteData::kAscii0, kXmpExtendedId); in AddExtendedXmpHeader() 96 byte_data_.emplace_back(ByteData::kAscii, guid_value); in AddExtendedXmpHeader() 97 byte_data_.emplace_back(ByteData::kAscii, string(8, '0')); in AddExtendedXmpHeader() [all …]
|
/external/v8/src/parsing/ |
D | preparsed-scope-data.cc | 165 byte_data_(new (zone) ByteData(zone)), in ProducedPreParsedScopeData() 173 byte_data_->WriteUint32(0); in ProducedPreParsedScopeData() 182 byte_data_(nullptr), in ProducedPreParsedScopeData() 237 byte_data_->WriteUint32(start_position); in AddSkippableFunction() 238 byte_data_->WriteUint32(end_position); in AddSkippableFunction() 239 byte_data_->WriteUint32(num_parameters); in AddSkippableFunction() 240 byte_data_->WriteUint32(num_inner_functions); in AddSkippableFunction() 245 byte_data_->WriteQuarter(language_and_super); in AddSkippableFunction() 254 DCHECK_GE(byte_data_->size(), kPlaceholderSize); in SaveScopeAllocationData() 255 DCHECK_LE(byte_data_->size(), std::numeric_limits<uint32_t>::max()); in SaveScopeAllocationData() [all …]
|
D | preparsed-scope-data.h | 171 ByteData* byte_data_; variable
|
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_segment_builder.h | 27 const std::vector<ByteData>& GetByteData() const { return byte_data_; } in GetByteData() 38 byte_data_.push_back(byte_data); in AddByteData() 134 std::vector<ByteData> byte_data_;
|