OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFromProto
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/api/attachments/
attachment_id.h
42
static AttachmentId
CreateFromProto
(const sync_pb::AttachmentIdProto& proto);
attachment_id.cc
61
AttachmentId AttachmentId::
CreateFromProto
(
/external/chromium_org/sync/api/
sync_data.cc
27
return syncer::AttachmentId::
CreateFromProto
(proto);
/external/chromium_org/sync/internal_api/
base_node.cc
298
result.push_back(AttachmentId::
CreateFromProto
(metadata.record(i).id()));
/external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc
443
syncer::AttachmentId::
CreateFromProto
(attachment_id_proto);
/external/chromium_org/sync/syncable/
directory.cc
[
all
...]
Completed in 71 milliseconds