Lines Matching +defs:stream +defs:element +defs:type

63                          const google::protobuf::Type& type,  in ProtoWriter()
84 const google::protobuf::Type& type, in ProtoWriter()
113 std::unique_ptr<BaseElement> element( in ~ProtoWriter() local
124 CodedOutputStream* stream) { in WriteInt32()
134 CodedOutputStream* stream) { in WriteSFixed32()
144 CodedOutputStream* stream) { in WriteSInt32()
154 CodedOutputStream* stream) { in WriteFixed32()
164 CodedOutputStream* stream) { in WriteUInt32()
174 CodedOutputStream* stream) { in WriteInt64()
184 CodedOutputStream* stream) { in WriteSFixed64()
194 CodedOutputStream* stream) { in WriteSInt64()
204 CodedOutputStream* stream) { in WriteFixed64()
214 CodedOutputStream* stream) { in WriteUInt64()
224 CodedOutputStream* stream) { in WriteDouble()
234 CodedOutputStream* stream) { in WriteFloat()
244 CodedOutputStream* stream) { in WriteBool()
254 CodedOutputStream* stream) { in WriteBytes()
264 CodedOutputStream* stream) { in WriteString()
274 const google::protobuf::Type& type) { in GetRequiredFields()
288 const google::protobuf::Type& type, in ProtoElement()
307 const google::protobuf::Type& type, in ProtoElement()
473 const google::protobuf::Type* type = LookupType(field); in StartObject() local
512 const google::protobuf::Type* type = LookupType(field); in StartList() local
542 const google::protobuf::Type* type = LookupType(field); in RenderDataPiece() local
575 const google::protobuf::Type& type) { in StartObjectField()
582 const google::protobuf::Type& type) { in StartListField()
589 CodedOutputStream* stream, in WriteEnum()
604 const google::protobuf::Field& field, const google::protobuf::Type& type, in RenderPrimitiveField()