Home
last modified time | relevance | path

Searched defs:ReadFixed (Results 1 – 4 of 4) 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.cc191 Status Decoder::ReadFixed(std::byte* out, size_t size) { in ReadFixed() function in pw::protobuf::Decoder
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h158 Status ReadFixed(T* out) { in ReadFixed() function