Searched defs:WireFormat (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format.h74 class LIBPROTOBUF_EXPORT WireFormat { class in namespace:google::protobuf::internal
123 // WireFormat::SerializeWithCachedSizes() on the same object.
241 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
262 inline WireFormatLite::WireType WireFormat::WireTypeForField(
271 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
280 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
284 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
292 inline void WireFormat::VerifyUTF8String(const char* data, int size,
293 WireFormat::Operation op) {
295 WireFormat
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java44 public final class WireFormat { class
46 private WireFormat() {} method in class:WireFormat

Completed in 54 milliseconds