Lines Matching refs:Parcel
40 bool Parcel::WriteParcelable(const Parcelable *object)
45 bool Parcel::WriteInt32(int32_t value)
50 int32_t Parcel::ReadInt32()
55 bool Parcel::ReadInt32(int32_t &value)
60 bool Parcel::WriteRemoteObject(const Parcelable *object)
75 bool Parcel::ReadBool()
80 bool Parcel::ReadBool(bool &value)
85 bool Parcel::WriteBool(bool value)
90 bool Parcel::WriteString(const std::string &value)
95 bool Parcel::WriteCString(const char *value)
100 bool Parcel::ReadString(std::string &value)
105 bool Parcel::ReadStringVector(std::vector<std::string> *value)
120 bool Parcel::ReadUint32(uint32_t &value)
125 bool Parcel::WriteUint64(uint64_t value)
130 bool Parcel::WriteUint16(uint16_t value)
135 bool Parcel::ReadUint64(uint64_t &value)
140 bool Parcel::WriteStringVector(const std::vector<std::string> &val)