HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_MESSAGE (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 372 TYPE_MESSAGE = 11
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
  /external/protobuf/python/google/protobuf/
descriptor.py 338 TYPE_MESSAGE = 11
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 108 TYPE_MESSAGE = 11,
descriptor.h 338 TYPE_MESSAGE = 11, // Length-delimited message.
365 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
479 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 109 TYPE_MESSAGE = 11,
descriptor.h 312 TYPE_MESSAGE = 11, // Length-delimited message.
339 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
449 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
descriptor.pb.cc 541 "\020\n\014TYPE_MESSAGE\020\013\022\016\n\nTYPE_BYTES\020\014\022\017\n\013TYP"
    [all...]
descriptor.pb.h 756 static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 56 private static final String TYPE_MESSAGE = "x-bt/message";
205 } else if (type.equals(TYPE_MESSAGE)) {
207 Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.getTransparent() + ", Retry: " + appParams.getRetry());
414 else if (type.equals(TYPE_MESSAGE)){
416 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + ", Charset = " + appParams.getCharset() +

Completed in 434 milliseconds