Searched refs:bytes_shared (Results 1 – 1 of 1) sorted by relevance
92 auto bytes_shared = std::make_shared<std::vector<uint8_t>>(bytes); in PYBIND11_MODULE() local93 return std::make_unique<PacketView<kLittleEndian>>(bytes_shared); in PYBIND11_MODULE()104 auto bytes_shared = std::make_shared<std::vector<uint8_t>>(bytes); in PYBIND11_MODULE() local105 return std::make_unique<PacketView<!kLittleEndian>>(bytes_shared); in PYBIND11_MODULE()