HomeSort by relevance Sort by last modified time
    Searched refs:PopArrayOfBytesAsProto (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 384 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)) {
    [all...]
cryptohome_client.cc     [all...]
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.cc 240 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
322 if (!reader.PopArrayOfBytesAsProto(&entries_protobuf)) {
  /external/chromium_org/dbus/
message.h 440 bool PopArrayOfBytesAsProto(google::protobuf::MessageLite* protobuf);
message.cc 860 bool MessageReader::PopArrayOfBytesAsProto(
message_unittest.cc 318 ASSERT_TRUE(reader.PopArrayOfBytesAsProto(&receive_message));

Completed in 99 milliseconds