Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dparcel.cpp405 bool Parcel::WriteBufferAddTerminator(const void *data, size_t size, size_t typeSize) in WriteBufferAddTerminator()
564 int32_t typeSize = sizeof(char); in WriteString() local
581 int32_t typeSize = sizeof(char16_t); in WriteString16() local
601 int32_t typeSize = sizeof(char16_t); in WriteString16WithLength() local
625 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 __anon0e9e7e270502() local
/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.cpp110 size_t typeSize = 0; in UrlConstructor() local