/third_party/gn/src/gn/ |
H A D | immutable_vector.h | 37 : header_(vector.header_) {} in ImmutableVectorView() 41 size_t size() const { return header_ ? header_->size : 0u; } in size() 45 const T* begin() const { return header_ ? &header_->item0 : nullptr; } in begin() 47 return header_ ? &header_->item0 + header_->size : nullptr; in end() 89 ImmutableVectorView(Header* header) : header_(heade 91 Header* header_ = nullptr; global() member in ImmutableVectorView [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | table.h | 43 virtual Header* header() { return header_; } in header() 61 Ptr<Header> header_; member in sfntly::Table::Builder 73 virtual Header* header() { return header_; } in header() 76 virtual int32_t header_tag() { return header_->tag(); } in header_tag() 79 virtual int32_t header_offset() { return header_->offset(); } in header_offset() 82 virtual int32_t header_length() { return header_->length(); } in header_length() 85 virtual int64_t header_checksum() { return header_->checksum(); } in header_checksum() 95 Ptr<Header> header_; member in sfntly::Table
|
H A D | table.cc | 58 header_ = header; in Table() 65 header_.Release(); in ~Builder() 71 derived_table->header_ = new Header(header()->tag(), in NotifyPostTableBuild() 150 header_ = header; in Builder() 155 header_ = header; in Builder() 159 header_ = header; in Builder()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | object-view.h | 28 const HeapObjectHeader& header_; member in cppgc::internal::final 35 : header_(header), in ObjectView() 37 BasePage::FromPayload(const_cast<HeapObjectHeader*>(&header_))), in ObjectView() 38 is_large_object_(header_.IsLargeObject<access_mode>()) { in ObjectView() 44 return header_.ObjectStart(); in Start() 50 : header_.ObjectEnd(); in End() 56 : header_.ObjectSize<access_mode>(); in Size()
|
/third_party/spirv-tools/source/opt/ |
H A D | module.h | 53 Module() : header_({}), contains_debug_info_(false) {} in Module() 56 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() 61 header_.bound = bound; in SetIdBound() 65 uint32_t IdBound() const { return header_.bound; } in IdBound() 148 inline uint32_t id_bound() const { return header_.bound; } in id_bound() 150 inline uint32_t version() const { return header_.version; } in version() 151 inline uint32_t generator() const { return header_.generator; } in generator() 152 inline uint32_t schema() const { return header_.schema; } in schema() 154 inline void set_version(uint32_t v) { header_.version = v; } in set_version() 296 ModuleHeader header_; // Modul member in spvtools::opt::Module [all...] |
H A D | module.cpp | 37 return header_.bound++; in TakeNextIdBound() 142 binary->push_back(header_.magic_number); in ToBinary() 143 binary->push_back(header_.version); in ToBinary() 145 binary->push_back(header_.generator); in ToBinary() 146 binary->push_back(header_.bound); in ToBinary() 147 binary->push_back(header_.schema); in ToBinary() 240 binary->data()[bound_idx] = header_.bound; in ToBinary()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | module.cpp | 37 return header_.bound++; in TakeNextIdBound() 137 binary->push_back(header_.magic_number); in ToBinary() 138 binary->push_back(header_.version); in ToBinary() 140 binary->push_back(header_.generator); in ToBinary() 141 binary->push_back(header_.bound); in ToBinary() 142 binary->push_back(header_.reserved); in ToBinary() 232 binary->data()[bound_idx] = header_.bound; in ToBinary()
|
H A D | module.h | 52 Module() : header_({}), contains_debug_info_(false) {} in Module() 55 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() 60 header_.bound = bound; in SetIdBound() 64 uint32_t IdBound() { return header_.bound; } in IdBound() 141 inline uint32_t id_bound() const { return header_.bound; } in id_bound() 143 inline uint32_t version() const { return header_.version; } in version() 145 inline void set_version(uint32_t v) { header_.version = v; } in set_version() 279 ModuleHeader header_; // Module header member in spvtools::opt::Module
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | module.cpp | 37 return header_.bound++; in TakeNextIdBound() 137 binary->push_back(header_.magic_number); in ToBinary() 138 binary->push_back(header_.version); in ToBinary() 140 binary->push_back(header_.generator); in ToBinary() 141 binary->push_back(header_.bound); in ToBinary() 142 binary->push_back(header_.reserved); in ToBinary() 232 binary->data()[bound_idx] = header_.bound; in ToBinary()
|
H A D | module.h | 52 Module() : header_({}), contains_debug_info_(false) {} in Module() 55 void SetHeader(const ModuleHeader& header) { header_ = header; } in SetHeader() 60 header_.bound = bound; in SetIdBound() 64 uint32_t IdBound() { return header_.bound; } in IdBound() 141 inline uint32_t id_bound() const { return header_.bound; } in id_bound() 143 inline uint32_t version() const { return header_.version; } in version() 145 inline void set_version(uint32_t v) { header_.version = v; } in set_version() 279 ModuleHeader header_; // Module header member in spvtools::opt::Module
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxedit.c | 280 const uint32_t image_id = (image->header_ != NULL) ? in WebPMuxPushFrame() 281 ChunkGetIdFromTag(image->header_->tag_) : WEBP_CHUNK_IMAGE; in WebPMuxPushFrame() 308 err = AddDataToChunkList(&frame, 1, tag, &wpi.header_); in WebPMuxPushFrame() 309 WebPDataClear(&frame); // frame owned by wpi.header_ now. in WebPMuxPushFrame() 407 const WebPChunk* const frame_chunk = wpi->header_; in GetImageInfo() 435 // if we have a chain of wpi's, header_ is necessarily set in GetAdjustedCanvasSize() 436 assert(wpi->header_ != NULL); in GetAdjustedCanvasSize() 497 if (images->header_ != NULL) { in CreateVP8XChunk() 498 if (images->header_->tag_ == kChunks[IDX_ANMF].tag) { in CreateVP8XChunk() 559 if (frame->header_ ! in MuxCleanup() [all...] |
H A D | muxinternal.c | 230 // There should be at most one chunk of header_, alpha_, img_ but we call in MuxImageRelease() 232 ChunkListDelete(&wpi->header_); in MuxImageRelease() 250 case WEBP_CHUNK_ANMF: return (WebPChunk**)&wpi->header_; in GetChunkListFromId() 363 if (wpi->header_ != NULL) size += ChunkDiskSize(wpi->header_); in MuxImageDiskSize() 392 if (wpi->header_ != NULL) { in MuxImageEmit() 393 dst = ChunkEmitSpecial(wpi->header_, MuxImageDiskSize(wpi), dst); in MuxImageEmit()
|
H A D | muxread.c | 121 ChunkSetHead(&subchunk, &wpi->header_); in MuxImageParse() 457 const int is_frame = (wpi->header_->tag_ == kChunks[IDX_ANMF].tag); in MuxGetFrameInternal() 460 assert(wpi->header_ != NULL); // Already checked by WebPMuxGetFrame(). in MuxGetFrameInternal() 462 frame_data = &wpi->header_->data_; in MuxGetFrameInternal() 474 frame->id = ChunkGetIdFromTag(wpi->header_->tag_); in MuxGetFrameInternal() 492 if (wpi->header_ == NULL) { in WebPMuxGetFrame()
|
H A D | muxi.h | 49 WebPChunk* header_; // Corresponds to WEBP_CHUNK_ANMF. member
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 61 header_(!spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_NO_HEADER, options)), in Disassembler() 127 const bool header_; // Should we output header as the leading comment? member in __anon21785::Disassembler 141 if (header_) { in HandleHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 61 header_(!spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_NO_HEADER, options)), in Disassembler() 127 const bool header_; // Should we output header as the leading comment? member in __anon23042::Disassembler 141 if (header_) { in HandleHeader()
|
/third_party/spirv-tools/source/ |
H A D | disassemble.cpp | 56 header_(!spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_NO_HEADER, options)), in Disassembler() 78 const bool header_; // Should we output header as the leading comment? member in spvtools::__anon26556::Disassembler 90 if (header_) { in HandleHeader()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 505 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() 506 header (header_), bytes (bytes_) {} in SimpleGlyph() 676 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() 677 header (header_), bytes (bytes_) {} in CompositeGlyph()
|