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

1 2 3 4 5

  /frameworks/base/tools/incident_report/
generic_message.h 40 TYPE_MESSAGE,
generic_message.cpp 50 node.type = TYPE_MESSAGE;
main.cpp 56 if (type == FieldDescriptor::TYPE_MESSAGE) {
185 case GenericMessage::TYPE_MESSAGE:
217 if (type == FieldDescriptor::TYPE_MESSAGE
227 if (type == FieldDescriptor::TYPE_MESSAGE
248 case FieldDescriptor::TYPE_MESSAGE:
  /external/protobuf/src/google/protobuf/
map_type_handler.h 141 class MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type> {
145 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
148 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
152 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kWireType;
155 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kIsMessage;
158 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kIsEnum;
270 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::ByteSize(
313 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::GetCachedSize(
357 inline void MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Write(
365 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::WriteToArray
    [all...]
extension_set_heavy.cc 450 case WireFormatLite::TYPE_MESSAGE:
511 case FieldDescriptor::TYPE_MESSAGE:
527 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
675 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
706 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_type_handler.h 141 class MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type> {
145 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
148 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE,
152 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kWireType;
155 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kIsMessage;
158 MapWireFieldTypeTraits<WireFormatLite::TYPE_MESSAGE, Type>::kIsEnum;
270 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::ByteSize(
313 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::GetCachedSize(
357 inline void MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Write(
365 MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::WriteToArray
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_map_field.cc 73 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
80 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
106 value->type() == FieldDescriptor::TYPE_MESSAGE
javanano_extension.cc 68 case FieldDescriptor::TYPE_MESSAGE : return "TYPE_MESSAGE" ;
  /frameworks/base/tools/incident_section_gen/
main.cpp 44 if (field->type() == FieldDescriptor::TYPE_MESSAGE) {
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 184 _FieldDescriptor.TYPE_MESSAGE: wire_format.MessageByteSize,
207 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageEncoder,
230 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageSizer,
253 _FieldDescriptor.TYPE_MESSAGE: decoder.MessageDecoder,
276 _FieldDescriptor.TYPE_MESSAGE:
wire_format.py 254 descriptor.FieldDescriptor.TYPE_MESSAGE,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 159 case FieldDescriptor::TYPE_MESSAGE:
214 case FieldDescriptor::TYPE_MESSAGE:
271 case FieldDescriptor::TYPE_MESSAGE:
312 case FieldDescriptor::TYPE_MESSAGE:
386 case FieldDescriptor::TYPE_MESSAGE:
csharp_helpers.h 124 return descriptor->type() == FieldDescriptor::TYPE_MESSAGE &&
csharp_helpers.cc 99 case FieldDescriptor::TYPE_MESSAGE:
402 case FieldDescriptor::TYPE_MESSAGE : return -1;
458 case FieldDescriptor::TYPE_MESSAGE:
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 196 Field::TYPE_MESSAGE, "optional_nested_message", 18));
198 Field::TYPE_MESSAGE, "optional_foreign_message", 19));
252 Field::TYPE_MESSAGE, "repeated_nested_message", 48));
254 Field::TYPE_MESSAGE, "repeated_foreign_message", 49));
299 Field::TYPE_MESSAGE, "oneof_nested_message", 112));
315 Field::TYPE_MESSAGE, "map_int32_int32", 1));
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 250 _FieldDescriptor.TYPE_MESSAGE: wire_format.MessageByteSize,
273 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageEncoder,
296 _FieldDescriptor.TYPE_MESSAGE: encoder.MessageSizer,
319 _FieldDescriptor.TYPE_MESSAGE: decoder.MessageDecoder,
342 _FieldDescriptor.TYPE_MESSAGE:
wire_format.py 254 descriptor.FieldDescriptor.TYPE_MESSAGE,
  /external/protobuf/src/google/protobuf/compiler/java/
java_map_field.cc 47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
java_map_field_lite.cc 47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
java_helpers.cc 298 case FieldDescriptor::TYPE_MESSAGE:
368 case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE";
643 case FieldDescriptor::TYPE_MESSAGE : return "Message";
676 case FieldDescriptor::TYPE_MESSAGE : return -1;
java_message_builder_lite.cc 74 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, value_field->type());
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
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...]
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) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 114 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
147 case FieldDescriptor::TYPE_MESSAGE : return -1;
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 372 TYPE_MESSAGE = 11
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,

Completed in 526 milliseconds

1 2 3 4 5