Home
last modified time | relevance | path

Searched refs:ReadInt64 (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dparcel.h470 int64_t ReadInt64();
494 bool ReadInt64(int64_t &value);
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp303 PARCEL_NO_INPUT_WITH_RETURN(int64_t, ReadInt64),
316 PARCEL_REF_INPUT_WITH_BOOL_RETURN(int64_t, ReadInt64),
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp969 int64_t Parcel::ReadInt64() in ReadInt64() function in OHOS::Parcel
1048 bool Parcel::ReadInt64(int64_t &value) in ReadInt64() function in OHOS::Parcel
1533 return ReadVector(val, &Parcel::ReadInt64); in ReadInt64Vector()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp819 int64_t readint64 = parcel1.ReadInt64(); in BENCHMARK_F()
829 readint64 = parcel2.ReadInt64(); in BENCHMARK_F()
2409 result = parcel1.ReadInt64(readint64); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp946 int64_t readint64 = parcel1.ReadInt64(); in HWTEST_F()
962 readint64 = parcel2.ReadInt64(); in HWTEST_F()

Completed in 12 milliseconds