OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProtobuf
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/google_apis/gcm/base/
mcs_message.cc
68
const google::protobuf::MessageLite& MCSMessage::
GetProtobuf
() const {
73
scoped_ptr<google::protobuf::MessageLite> clone(
GetProtobuf
().New());
74
clone->CheckTypeAndMergeFrom(
GetProtobuf
());
mcs_message_unittest.cc
49
message.
GetProtobuf
().SerializeAsString());
67
message.
GetProtobuf
().SerializeAsString());
86
message.
GetProtobuf
().SerializeAsString());
mcs_message.h
51
const google::protobuf::MessageLite&
GetProtobuf
() const;
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
66
<< GetPersistentId(message.
GetProtobuf
()) << " and tag "
72
message.
GetProtobuf
());
Completed in 486 milliseconds