Home | History | Annotate | Download | only in dbus

Lines Matching defs:bytes

367     const uint8* bytes = NULL;
369 if (!reader.PopArrayOfBytes(&bytes, &length) ||
372 value->assign(bytes, bytes + length);
921 const uint8* bytes = NULL;
923 if (!reader.PopArrayOfBytes(&bytes, &length)) {
928 std::vector<uint8>(bytes, bytes + length));