OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code_identifier
(Results
1 - 14
of
14
) sorted by null
/external/google-breakpad/src/processor/
basic_code_module.h
61
code_identifier_(that->
code_identifier
()),
68
const string &
code_identifier
,
75
code_identifier_(
code_identifier
),
87
virtual string
code_identifier
() const { return code_identifier_; }
function in class:google_breakpad::BasicCodeModule
stackwalker_unittest_utils.h
113
string
code_identifier
() const { return code_file_; }
function in class:MockCodeModule
microdump.cc
296
identifier, //
code_identifier
fast_source_line_resolver_unittest.cc
78
virtual string
code_identifier
() const { return ""; }
function in class:__anon12927::TestCodeModule
minidump.cc
1826
string MinidumpModule::
code_identifier
() const {
function in class:google_breakpad::MinidumpModule
[
all
...]
basic_source_line_resolver_unittest.cc
67
virtual string
code_identifier
() const { return ""; }
function in class:__anon12920::TestCodeModule
/external/google-breakpad/src/google_breakpad/processor/
code_module.h
64
virtual string
code_identifier
() const = 0;
74
// An identifying string similar to
code_identifier
, but identifies a
76
// the same as
code_identifier
when the debug_file and code_file are
minidump.h
387
virtual string
code_identifier
() const;
[
all
...]
/external/google-breakpad/src/processor/testdata/
minidump2.dump.out
204
(
code_identifier
) = "45D35F6C2d000"
236
(
code_identifier
) = "411096B4b0000"
268
(
code_identifier
) = "44AB9A84f4000"
300
(
code_identifier
) = "42E5BE9313d000"
332
(
code_identifier
) = "411096A79b000"
364
(
code_identifier
) = "411096AE91000"
396
(
code_identifier
) = "43B34FEB47000"
428
(
code_identifier
) = "4226015990000"
460
(
code_identifier
) = "4110975258000"
[
all
...]
/external/google-breakpad/src/processor/proto/
process_state.proto
191
optional string
code_identifier
= 4;
201
// An identifying string similar to
code_identifier
, but identifies a
203
// the same as
code_identifier
when the debug_file and code_file are
/external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc
851
info.
code_identifier
.c_str(),
1281
wchar_t
code_identifier
[32];
local
[
all
...]
pdb_source_line_writer.h
84
wstring
code_identifier
;
member in struct:google_breakpad::PEModuleInfo
/external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h
84
string
code_identifier
;
member in struct:google_breakpad::MissingSymbolInfo
ms_symbol_server_converter.cc
343
return LocateFile(missing.code_file, missing.
code_identifier
,
Completed in 894 milliseconds