Forwarded: not-needed
Gbp-Pq: Topic art
Gbp-Pq: Name fix-standard-namespace-errors.patch
public:
// This value is coupled with the leb chunk bitmask. That logic must also be adjusted when the
// integer is modified.
- static constexpr size_t kElementsPerIndex = 16;
+ static constexpr std::size_t kElementsPerIndex = 16;
// Leb block format:
// [uint16_t] 16 bit mask for what indexes actually have a non zero offset for the chunk.
uint32_t* out_table_offset);
// 32 bit aligned for the offset table.
- static constexpr size_t kAlignment = sizeof(uint32_t);
+ static constexpr std::size_t kAlignment = sizeof(uint32_t);
};
} // namespace art
return Finish(h_klass);
}
- ObjPtr<mirror::Class> Finish(nullptr_t np ATTRIBUTE_UNUSED)
+ ObjPtr<mirror::Class> Finish(std::nullptr_t np ATTRIBUTE_UNUSED)
REQUIRES_SHARED(Locks::mutator_lock_) {
ScopedNullHandle<mirror::Class> snh;
return Finish(snh);