OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProto
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sync/internal_api/attachments/
fake_attachment_uploader.cc
25
DCHECK(!attachment.GetId().
GetProto
().unique_id().empty());
attachment_uploader_impl_unittest.cc
383
std::string unique_id = id.
GetProto
().unique_id();
392
std::string unique_id = id.
GetProto
().unique_id();
401
std::string unique_id = id.
GetProto
().unique_id();
410
std::string unique_id = id.
GetProto
().unique_id();
444
attachment.GetId().
GetProto
().unique_id());
543
attachment.GetId().
GetProto
().unique_id());
580
attachment.GetId().
GetProto
().unique_id());
618
attachment.GetId().
GetProto
().unique_id());
attachment_uploader_impl.cc
250
attachment_id.
GetProto
().unique_id()));
281
const std::string unique_id = attachment_id.
GetProto
().unique_id();
320
path += attachment_id.
GetProto
().unique_id();
/external/chromium_org/sync/api/attachments/
attachment_id.h
44
const sync_pb::AttachmentIdProto&
GetProto
() const;
attachment_id.cc
67
const sync_pb::AttachmentIdProto& AttachmentId::
GetProto
() const {
/external/chromium_org/sync/internal_api/
write_transaction.cc
88
transaction_, attachment_id.
GetProto
(), &handles);
93
entry.MarkAttachmentAsOnServer(attachment_id.
GetProto
());
sync_manager_impl_unittest.cc
647
*record->mutable_id() = attachment_id.
GetProto
();
648
ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
652
ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
659
ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
666
ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
674
ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
678
ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
687
ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.
GetProto
()));
[
all
...]
/external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc
441
sync_pb::AttachmentIdProto attachment_id_proto = attachment_ids[0].
GetProto
();
468
*record1->mutable_id() = id1.
GetProto
();
470
*record2->mutable_id() = id2.
GetProto
();
generic_change_processor.cc
44
*record.mutable_id() = attachment_id.
GetProto
();
/external/chromium_org/sync/api/
sync_data.cc
23
return attachment_id.
GetProto
();
/external/chromium_org/sync/syncable/
directory_unittest.cc
[
all
...]
Completed in 935 milliseconds