Searched refs:safe_buffer (Results 1 – 2 of 2) sorted by relevance
953 bool ReadProfileIndex(SafeBuffer& safe_buffer, ProfileIndexType* value) const;
2265 SafeBuffer& safe_buffer, ProfileIndexType* value) const { in ReadProfileIndex() argument2267 return safe_buffer.ReadUintAndAdvance<ProfileIndexType>(value); in ReadProfileIndex()2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()