OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OmapTable
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/windows/
omap_internal.h
49
typedef std::vector<OMAP>
OmapTable
;
55
OmapTable
omap_from;
58
OmapTable
omap_to;
omap.cc
172
OmapTable
* table) {
199
DWORD bytes_expected = count * sizeof(
OmapTable
::value_type);
200
if (count * sizeof(
OmapTable
::value_type) != bytes_read) {
Completed in 2587 milliseconds