HomeSort by relevance Sort by last modified time
    Searched defs:WireFormat (Results 1 - 25 of 37) sorted by null

1 2

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 27 public enum WireFormat {
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 44 public static class WireFormat
  /external/protobuf/src/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
261 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
291 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
304 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
312 inline void WireFormat::VerifyUTF8String(const char* data, int size,
313 WireFormat::Operation op) {
323 inline void WireFormat::VerifyUTF8StringNamedField
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
242 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
293 inline void WireFormat::VerifyUTF8String(const char* data, int size,
294 WireFormat::Operation op) {
296 WireFormat::VerifyUTF8StringFallback(data, size, op)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
242 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
293 inline void WireFormat::VerifyUTF8String(const char* data, int size,
294 WireFormat::Operation op) {
296 WireFormat::VerifyUTF8StringFallback(data, size, op)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
242 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
293 inline void WireFormat::VerifyUTF8String(const char* data, int size,
294 WireFormat::Operation op) {
296 WireFormat::VerifyUTF8StringFallback(data, size, op)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
261 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
282 inline WireFormatLite::WireType WireFormat::WireTypeForField(
291 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
300 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
304 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
312 inline void WireFormat::VerifyUTF8String(const char* data, int size,
313 WireFormat::Operation op) {
323 inline void WireFormat::VerifyUTF8StringNamedField
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
124 // WireFormat::SerializeWithCachedSizes() on the same object.
242 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(WireFormat);
263 inline WireFormatLite::WireType WireFormat::WireTypeForField(
272 inline WireFormatLite::WireType WireFormat::WireTypeForFieldType(
281 inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) {
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
293 inline void WireFormat::VerifyUTF8String(const char* data, int size,
294 WireFormat::Operation op) {
296 WireFormat::VerifyUTF8StringFallback(data, size, op)
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
UnknownFieldSetLite.java 153 int fieldNumber = WireFormat.getTagFieldNumber(tag);
154 switch (WireFormat.getTagWireType(tag)) {
155 case WireFormat.WIRETYPE_VARINT:
158 case WireFormat.WIRETYPE_FIXED32:
161 case WireFormat.WIRETYPE_FIXED64:
164 case WireFormat.WIRETYPE_LENGTH_DELIMITED:
167 case WireFormat.WIRETYPE_START_GROUP:
168 output.writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP);
170 output.writeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP);
192 int fieldNumber = WireFormat.getTagFieldNumber(tag)
    [all...]
WireFormat.java 46 public final class WireFormat {
48 private WireFormat() {}
CodedInputStream.java 145 if (WireFormat.getTagFieldNumber(lastTag) == 0) {
179 switch (WireFormat.getTagWireType(tag)) {
180 case WireFormat.WIRETYPE_VARINT:
183 case WireFormat.WIRETYPE_FIXED64:
186 case WireFormat.WIRETYPE_LENGTH_DELIMITED:
189 case WireFormat.WIRETYPE_START_GROUP:
192 WireFormat.makeTag(WireFormat.getTagFieldNumber(tag),
193 WireFormat.WIRETYPE_END_GROUP));
195 case WireFormat.WIRETYPE_END_GROUP
    [all...]
CodedOutputStream.java 631 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2
632 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber)
633 + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value);
643 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2
644 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber)
645 + computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value);
655 return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2
656 + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber)
657 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value);
664 return computeUInt32SizeNoTag(WireFormat.makeTag(fieldNumber, 0))
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 39 type WireFormat int32
42 WireFormat_UNSPECIFIED WireFormat = 0
43 WireFormat_PROTOBUF WireFormat = 1
44 WireFormat_JSON WireFormat = 2
58 func (x WireFormat) String() string {
61 func (WireFormat) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
128 RequestedOutputFormat WireFormat `protobuf:"varint,3,opt,name=requested_output_format,json=requestedOutputFormat,enum=conformance.WireFormat" json:"requested_output_format,omitempty"`
171 func (m *ConformanceRequest) GetRequestedOutputFormat() WireFormat {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 189 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Conformance.WireFormat), typeof(global::Conformance.ForeignEnum), }, new pbr::GeneratedClrTypeInfo[] {
201 public enum WireFormat {
281 private global::Conformance.WireFormat requestedOutputFormat_ = 0;
285 public global::Conformance.WireFormat RequestedOutputFormat {
403 requestedOutputFormat_ = (global::Conformance.WireFormat) input.ReadEnum();
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 995 milliseconds

1 2