Searched defs:TYPE_BYTES (Results 1 – 7 of 7) sorted by relevance
/external/chromium/net/base/ | ||
D | upload_data.h | 20 TYPE_BYTES, enumerator |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 110 TYPE_BYTES = 12, enumerator |
D | descriptor.proto | 113 TYPE_BYTES = 12; enumerator |
D | descriptor.h | 314 TYPE_BYTES = 12, // Arbitrary byte array. enumerator |
D | descriptor.pb.cc | 2180 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 339 TYPE_BYTES = 12 variable in FieldDescriptor |