Home | History | Annotate | Download | only in parameter

Lines Matching defs:bytes

1446     vector<uint8_t> bytes;
1447 getSettingsAsBytes(*pConfigurableElement, bytes);
1453 // Format bytes
1454 for (auto byte : bytes) {
1493 vector<uint8_t> bytes;
1499 std::transform(first, last, begin(bytes), [](decltype(*first) input) {
1515 if (!setSettingsAsBytes(*pConfigurableElement, bytes, strResult)) {