Searched defs:ReadLittleEndian32 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp343 bool CompiledFileInputStream::ReadLittleEndian32(uint32_t* out_val) { function in class:aapt::CompiledFileInputStream
345 return in_.ReadLittleEndian32(out_val);

Completed in 60 milliseconds