OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgtable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/tools/ipclist/
ipclist.cc
33
static msginfo
msgtable
[] = {
variable
37
#define MSGTABLE_SIZE (sizeof(
msgtable
)/sizeof(
msgtable
[0]))
53
int class_id = IPC_MESSAGE_ID_CLASS(
msgtable
[i].id);
94
if ((!prefix) || strstr(
msgtable
[i].name, prefix) ==
msgtable
[i].name) {
99
std::cout <<
msgtable
[i].id;
102
std::cout <<
msgtable
[i].id << " " <<
103
IPC_MESSAGE_ID_CLASS(
msgtable
[i].id) << "," <<
104
IPC_MESSAGE_ID_LINE(
msgtable
[i].id) << " "
[
all
...]
/external/elfutils/libdwfl/
dwfl_error.c
109
static const struct
msgtable
struct
114
}
msgtable
=
variable in typeref:struct:msgtable
120
#define msgstr (&
msgtable
.msg_NOERROR[0])
125
[DWFL_E_##name] = offsetof (struct
msgtable
, msg_##name),
Completed in 47 milliseconds