Home
last modified time | relevance | path

Searched defs:typeSize (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/src/
Dparcel.cpp411 bool Parcel::WriteBufferAddTerminator(const void *data, size_t size, size_t typeSize) in WriteBufferAddTerminator()
574 int32_t typeSize = sizeof(char); in WriteString() local
591 int32_t typeSize = sizeof(char16_t); in WriteString16() local
611 int32_t typeSize = sizeof(char16_t); in WriteString16WithLength() local
635 int32_t typeSize = sizeof(char); in WriteString8WithLength() local
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
Dparcel_fuzzer.cpp212 size_t typeSize = dataProvider->ConsumeIntegralInRange<size_t>(0, maxTypeSize); in __anonbf0e3d490502() local
/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.cpp106 size_t typeSize = 0; in UrlConstructor() local