Home
last modified time | relevance | path

Searched defs:ReadFixed (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc131 int32_t FontInputStream::ReadFixed() { in ReadFixed() function in sfntly::FontInputStream
Dreadable_font_data.cc190 int32_t ReadableFontData::ReadFixed(int32_t index) { in ReadFixed() function in sfntly::ReadableFontData
/external/pigweed/pw_protobuf/
Ddecoder.cc196 Status Decoder::ReadFixed(std::byte* out, size_t size) { in ReadFixed() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h163 Status ReadFixed(T* out) { in ReadFixed() function
/external/crosvm/io_uring/src/
During.rs231 ReadFixed = io_uring_op_IORING_OP_READ_FIXED, enumerator