Searched refs:ReadUintAndAdvance (Results 1 – 2 of 2) sorted by relevance
760 if (!(buffer).ReadUintAndAdvance<type>(&(dest))) { \906 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() function in art::ProfileCompilationInfo::SafeBuffer998 if (!safe_buffer_header_data.ReadUintAndAdvance<uint32_t>(uncompressed_data_size)) { in ReadProfileHeader()1002 if (!safe_buffer_header_data.ReadUintAndAdvance<uint32_t>(compressed_data_size)) { in ReadProfileHeader()2267 return safe_buffer.ReadUintAndAdvance<ProfileIndexType>(value); in ReadProfileIndex()2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()
816 template <typename T> bool ReadUintAndAdvance(/*out*/ T* value);