Home
last modified time | relevance | path

Searched defs:mutable_view (Results 1 – 7 of 7) sorted by relevance

/external/zucchini/
Darm_utils.h178 static inline void StoreArmCode32(MutableBufferView mutable_view, in StoreArmCode32()
185 static inline void StoreThumb2Code16(MutableBufferView mutable_view, in StoreThumb2Code16()
192 static inline void StoreThumb2Code32(MutableBufferView mutable_view, in StoreThumb2Code32()
357 static inline void StoreCode32(MutableBufferView mutable_view, in StoreCode32()
Drel32_utils.h127 MutableBufferView mutable_view) in Rel32WriterArm()
Dbuffer_view_unittest.cc72 MutableBufferView mutable_view(bytes_.data(), bytes_.size()); in TEST_F() local
/external/zucchini/aosp/include/components/zucchini/
Darm_utils.h178 static inline void StoreArmCode32(MutableBufferView mutable_view, in StoreArmCode32()
185 static inline void StoreThumb2Code16(MutableBufferView mutable_view, in StoreThumb2Code16()
192 static inline void StoreThumb2Code32(MutableBufferView mutable_view, in StoreThumb2Code32()
357 static inline void StoreCode32(MutableBufferView mutable_view, in StoreCode32()
Drel32_utils.h127 MutableBufferView mutable_view) in Rel32WriterArm()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
Dpacket.h105 MutablePacketView<HeaderType>* mutable_view() { return &view_; } in mutable_view() function
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dbyte_buffer.cc127 MutableBufferView MutableByteBuffer::mutable_view(size_t pos, size_t size) { in mutable_view() function in bt::MutableByteBuffer