Home | History | Annotate | Download | only in protobuf

Lines Matching refs:string

18 #include <string>
91 // the serialized string representation of a protobuf message of the given
94 const std::string& payload);
102 // Parses a configuration message from a serialized protobuf string.
103 void ParseConfigurationMessage(const std::string& payload);
105 // Parses a configuration ack message from a serialized protobuf string.
106 void ParseConfigurationAckMessage(const std::string& payload);
108 // Parses an options messages from a serialized protobuf string.
109 void ParseOptionsMessage(const std::string& payload);
111 // Parses a pairing request message from a serialized protobuf string.
112 void ParsePairingRequestMessage(const std::string& payload);
114 // Parses a pairing request ack message from a serialized protobuf string.
115 void ParsePairingRequestAckMessage(const std::string& payload);
117 // Parses a secret message from a serialized protobuf string.
118 void ParseSecretMessage(const std::string& payload);
120 // Parses a secret ack message from a serialized protobuf string.
121 void ParseSecretAckMessage(const std::string& payload);