struct Entry

Defined at line 43 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h

A single entry in the bag.

Public Members

uint64_t base
uint64_t size

Public Methods

bool is_active ()

Returns the validity of the entry.

If #base and #size are both zero, the entry is considered inactive, and

this method returns `false`. Otherwise, returns `true`.

Defined at line 54 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h