Home | History | Annotate | Download | only in protobuf

Lines Matching defs:MessageLite

46 MessageLite::~MessageLite() {}
48 string MessageLite::InitializationErrorString() const {
73 const MessageLite& message) {
104 MessageLite* message)
107 MessageLite* message)
110 MessageLite* message)
113 MessageLite* message)
116 MessageLite* message)
120 MessageLite* message) {
130 MessageLite* message) {
136 MessageLite* message) {
141 bool InlineParseFromArray(const void* data, int size, MessageLite* message) {
148 MessageLite* message) {
156 bool MessageLite::MergeFromCodedStream(io::CodedInputStream* input) {
160 bool MessageLite::ParseFromCodedStream(io::CodedInputStream* input) {
164 bool MessageLite::ParsePartialFromCodedStream(io::CodedInputStream* input) {
168 bool MessageLite::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) {
173 bool MessageLite::ParsePartialFromZeroCopyStream(
180 bool MessageLite::ParseFromBoundedZeroCopyStream(
189 bool MessageLite::ParsePartialFromBoundedZeroCopyStream(
198 bool MessageLite::ParseFromString(const string& data) {
202 bool MessageLite::ParsePartialFromString(const string& data) {
206 bool MessageLite::ParseFromArray(const void* data, int size) {
210 bool MessageLite::ParsePartialFromArray(const void* data, int size) {
217 uint8* MessageLite::SerializeWithCachedSizesToArray(uint8* target) const {
228 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
233 bool MessageLite::SerializePartialToCodedStream(
260 bool MessageLite::SerializeToZeroCopyStream(
266 bool MessageLite::SerializePartialToZeroCopyStream(
272 bool MessageLite::AppendToString(string* output) const {
277 bool MessageLite::AppendPartialToString(string* output) const {
289 bool MessageLite::SerializeToString(string* output) const {
294 bool MessageLite::SerializePartialToString(string* output) const {
299 bool MessageLite::SerializeToArray(void* data, int size) const {
304 bool MessageLite::SerializePartialToArray(void* data, int size) const {
315 string MessageLite::SerializeAsString() const {
326 string MessageLite::SerializePartialAsString() const {