Home
last modified time | relevance | path

Searched refs:SIZE_T (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dfile_source_stream_test.cpp38 static constexpr size_t SIZE_T = 0; variable
412 ASSERT_NE(ret, SIZE_T);
455 …r<FileSourceStream> fileSourceStream = FileSourceStream::CreateSourceStream(fd, SIZE_T, FILE_SIZE);
469 …ique_ptr<FileSourceStream> fileSourceStream = FileSourceStream::CreateSourceStream(fd, -1, SIZE_T);
H A Dincremental_source_stream_test.cpp36 static constexpr size_t SIZE_T = 0; variable
361 ASSERT_EQ(ret, SIZE_T);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.h26 SIZE_T, enumerator
H A Duobject.cpp334 WriteChar(static_cast<char>(ItemType::SIZE_T)); in WriteKV()
472 } else if (type == ItemType::SIZE_T) { in ReadKV()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_types.h65 inline constexpr PropertyTypeDecl SIZE_T = PROPERTYTYPE(size_t);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp70 static constexpr size_t SIZE_T = 0; variable
889 …r<FileSourceStream> fileSourceStream = FileSourceStream::CreateSourceStream(fd, SIZE_T, FILE_SIZE);
H A Dimage_source_jpeg_test.cpp73 static constexpr size_t SIZE_T = 0; variable
3367 …r<FileSourceStream> fileSourceStream = FileSourceStream::CreateSourceStream(fd, SIZE_T, FILE_SIZE);