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

/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.cc384 if (!reader.PopArrayOfBytesAsProto(&protobuf_status)) {
405 if (reader.PopArrayOfBytesAsProto(&protobuf)) {
422 if (reader.PopArrayOfBytesAsProto(&protobuf)) {
457 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
483 if (!reader.PopArrayOfBytesAsProto(&proto)) {
516 if (!reader.PopArrayOfBytesAsProto(&proto)) {
534 if (!reader.PopArrayOfBytesAsProto(&proto)) {
551 if (!reader.PopArrayOfBytesAsProto(&proto)) {
H A Dcryptohome_client.cc1032 if (!reader.PopArrayOfBytesAsProto(&reply)) {
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.cc240 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
322 if (!reader.PopArrayOfBytesAsProto(&entries_protobuf)) {
/external/chromium_org/dbus/
H A Dmessage.h440 bool PopArrayOfBytesAsProto(google::protobuf::MessageLite* protobuf);
H A Dmessage.cc860 bool MessageReader::PopArrayOfBytesAsProto( function in class:dbus::MessageReader
H A Dmessage_unittest.cc318 ASSERT_TRUE(reader.PopArrayOfBytesAsProto(&receive_message));

Completed in 170 milliseconds