Home
last modified time | relevance | path

Searched refs:COUNT_SIZE (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dparam_annotations_data_accessor.h62 count_ = helpers::Read<COUNT_SIZE>(&sp); in ParamAnnotationsDataAccessor()
75 size_t size = COUNT_SIZE; in EnumerateAnnotationArrays()
78 auto count = helpers::Read<COUNT_SIZE>(&sp); in EnumerateAnnotationArrays()
94 auto count = helpers::Read<COUNT_SIZE>(&sp); in GetAnnotationArray()
123 static constexpr size_t COUNT_SIZE = sizeof(uint32_t);
H A Dannotation_data_accessor.cpp27 count_ = helpers::Read<COUNT_SIZE>(&sp); in AnnotationDataAccessor()
28 size_ = ID_SIZE + COUNT_SIZE + count_ * (ID_SIZE + VALUE_SIZE) + count_ * TYPE_TAG_SIZE; in AnnotationDataAccessor()
H A Dannotation_data_accessor.h107 static constexpr size_t COUNT_SIZE = sizeof(uint16_t); member in panda::panda_file::AnnotationDataAccessor
H A Dvalue.h114 static constexpr size_t COUNT_SIZE = sizeof(uint32_t); member in panda::panda_file::ArrayValue
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dparam_annotations_data_accessor.h62 count_ = helpers::Read<COUNT_SIZE>(&sp); in ParamAnnotationsDataAccessor()
75 size_t size = COUNT_SIZE; in EnumerateAnnotationArrays()
78 auto count = helpers::Read<COUNT_SIZE>(&sp); in EnumerateAnnotationArrays()
94 auto count = helpers::Read<COUNT_SIZE>(&sp); in GetAnnotationArray()
123 static constexpr size_t COUNT_SIZE = sizeof(uint32_t);
H A Dannotation_data_accessor.cpp27 count_ = helpers::Read<COUNT_SIZE>(&sp); in AnnotationDataAccessor()
28 size_ = ID_SIZE + COUNT_SIZE + count_ * (ID_SIZE + VALUE_SIZE) + count_ * TYPE_TAG_SIZE; in AnnotationDataAccessor()
H A Dannotation_data_accessor.h107 static constexpr size_t COUNT_SIZE = sizeof(uint16_t); member in ark::panda_file::AnnotationDataAccessor
H A Dvalue.h114 static constexpr size_t COUNT_SIZE = sizeof(uint32_t); member in ark::panda_file::ArrayValue

Completed in 2 milliseconds