Searched defs:ReadFixed (Results 1 – 5 of 5) sorted by relevance
| /external/sfntly/cpp/src/sfntly/data/ | ||
| D | font_input_stream.cc | 131 int32_t FontInputStream::ReadFixed() { in ReadFixed() function in sfntly::FontInputStream |
| D | readable_font_data.cc | 190 int32_t ReadableFontData::ReadFixed(int32_t index) { in ReadFixed() function in sfntly::ReadableFontData |
| /external/pigweed/pw_protobuf/ | ||
| D | decoder.cc | 196 Status Decoder::ReadFixed(std::byte* out, size_t size) { in ReadFixed() function in pw::protobuf::Decoder |
| /external/pigweed/pw_protobuf/public/pw_protobuf/ | ||
| D | decoder.h | 163 Status ReadFixed(T* out) { in ReadFixed() function |
| /external/crosvm/io_uring/src/ | ||
| D | uring.rs | 231 ReadFixed = io_uring_op_IORING_OP_READ_FIXED, enumerator |