OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataDescriptor
(Results
1 - 7
of
7
) sorted by null
/system/core/libziparchive/
zip_archive_common.h
157
struct
DataDescriptor
{
168
DataDescriptor
() = default;
169
DISALLOW_COPY_AND_ASSIGN(
DataDescriptor
);
zip_writer.cc
186
// Set this flag to denote that a
DataDescriptor
struct will appear after the data,
380
const uint32_t sig =
DataDescriptor
::kOptSignature;
386
DataDescriptor
dd = {};
394
current_offset_ += sizeof(
DataDescriptor
::kOptSignature) + sizeof(dd);
zip_archive.cc
481
uint8_t ddBuf[sizeof(
DataDescriptor
) + sizeof(
DataDescriptor
::kOptSignature)];
487
const uint16_t offset = (ddSignature ==
DataDescriptor
::kOptSignature) ? 4 : 0;
488
const
DataDescriptor
* descriptor = reinterpret_cast<const
DataDescriptor
*>(ddBuf + offset);
[
all
...]
/external/v8/src/
property.h
75
class
DataDescriptor
final : public Descriptor {
77
DataDescriptor
(Handle<Name> key, int field_index,
82
DataDescriptor
(Handle<Name> key, int field_index,
bootstrapper.cc
[
all
...]
objects.cc
[
all
...]
/external/v8/test/cctest/
test-unboxed-doubles.cc
113
DataDescriptor
f(name, next_field_offset, NONE, representations[kind]);
636
DataDescriptor
f(name, next_field_offset, NONE, representations[kind]);
[
all
...]
Completed in 78 milliseconds