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

1 2

  /frameworks/base/tools/incident_report/
generic_message.h 40 TYPE_MESSAGE,
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 372 TYPE_MESSAGE = 11
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 61 public static final int TYPE_MESSAGE = 11;
366 case TYPE_MESSAGE:
383 * @param value an new instance of the value, if the value is a TYPE_MESSAGE;
412 if (valueType == TYPE_MESSAGE) {
Extension.java 68 public static final int TYPE_MESSAGE = InternalNano.TYPE_MESSAGE;
81 * @param type {@link #TYPE_MESSAGE} or {@link #TYPE_GROUP}
99 * @param type {@link #TYPE_MESSAGE} or {@link #TYPE_GROUP}
110 * @param type {@link #TYPE_MESSAGE} or {@link #TYPE_GROUP}
121 * @param type one of {@code TYPE_*}, except {@link #TYPE_MESSAGE} and {@link #TYPE_GROUP}
133 * @param type one of {@code TYPE_*}, except {@link #TYPE_MESSAGE} and {@link #TYPE_GROUP}
229 case TYPE_MESSAGE:
272 case TYPE_MESSAGE:
324 case TYPE_MESSAGE
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 432 TYPE_MESSAGE = 11
475 TYPE_MESSAGE: CPPTYPE_MESSAGE,
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 458 TYPE_MESSAGE = 11, // Length-delimited message.
485 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
551 bool is_map() const; // shorthand for type() == TYPE_MESSAGE &&
609 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
type.pb.cc 220 "\022\020\n\014TYPE_MESSAGE\020\013\022\016\n\nTYPE_BYTES\020\014\022\017\n\013TY"
    [all...]
type.pb.h 353 static const Kind TYPE_MESSAGE =
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 342 TYPE_MESSAGE = 11, // Length-delimited message.
369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
483 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
descriptor.pb.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 342 TYPE_MESSAGE = 11, // Length-delimited message.
369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
483 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 342 TYPE_MESSAGE = 11, // Length-delimited message.
369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
483 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 458 TYPE_MESSAGE = 11, // Length-delimited message.
485 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
551 bool is_map() const; // shorthand for type() == TYPE_MESSAGE &&
609 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
type.pb.h 353 static const Kind TYPE_MESSAGE =
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 107 TYPE_MESSAGE = 11,
descriptor.h 342 TYPE_MESSAGE = 11, // Length-delimited message.
369 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
483 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 81 private static final String TYPE_MESSAGE = "x-bt/message";
459 } else if (type.equals(TYPE_MESSAGE)) {
461 Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.getTransparent()
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 529 milliseconds

1 2