Home
last modified time | relevance | path

Searched refs:ReadPadded (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1007 bool Parcel::ReadPadded(T &value) in ReadPadded() function in OHOS::Parcel
1020 return ReadPadded<bool>(value); in ReadBool()
1025 return ReadPadded<int8_t>(value); in ReadInt8()
1035 return ReadPadded<int16_t>(value); in ReadInt16()
1055 return ReadPadded<uint8_t>(value); in ReadUint8()
1065 return ReadPadded<uint16_t>(value); in ReadUint16()
/commonlibrary/c_utils/base/include/
H A Dparcel.h817 bool ReadPadded(T &value);

Completed in 4 milliseconds