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 364 if (!reader.PopArrayOfBytesAsProto(&protobuf_status)) {
385 if (reader.PopArrayOfBytesAsProto(&protobuf)) {
402 if (reader.PopArrayOfBytesAsProto(&protobuf)) {
436 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
456 if (!reader.PopArrayOfBytesAsProto(&proto)) {
481 if (!reader.PopArrayOfBytesAsProto(&proto)) {
499 if (!reader.PopArrayOfBytesAsProto(&proto)) {
516 if (!reader.PopArrayOfBytesAsProto(&proto)) {
    [all...]
cryptohome_client.cc     [all...]
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.cc 283 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
334 if (!reader.PopArrayOfBytesAsProto(&entries_protobuf)) {
378 if (!reader.PopArrayOfBytesAsProto(&protobuf)) {
  /external/chromium_org/dbus/
message.h 440 bool PopArrayOfBytesAsProto(google::protobuf::MessageLite* protobuf);
message_unittest.cc 286 ASSERT_TRUE(reader.PopArrayOfBytesAsProto(&receive_message));
message.cc 860 bool MessageReader::PopArrayOfBytesAsProto(

Completed in 484 milliseconds