Searched refs:anothermsg (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dhey.cpp1175 BMessage anothermsg; local
1203 anothermsg.AddData("myref", B_REF_TYPE, ptr, size);
1204 anothermsg.FindRef("myref", &aref);
1315 if (anothermsg.Unflatten((const char *)ptr) == B_OK) {
1316 char *whatString = get_datatype_string(anothermsg.what);

Completed in 33 milliseconds