HomeSort by relevance Sort by last modified time
    Searched full:type_message (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/sync/api/
sync_error.cc 23 std::string type_message; local
26 type_message = "unrecoverable error was encountered: ";
29 type_message = "datatype error was encountered: ";
32 type_message = "persistence error was encountered: ";
35 type_message = "cryptographer error was encountered: ";
39 type_message = "invalid error: ";
41 Init(location, type_message + custom_message, model_type, error_type);
  /external/chromium_org/third_party/protobuf/python/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/python/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:
descriptor_test.py 185 type: 11 # TYPE_MESSAGE
wire_format.py 254 descriptor.FieldDescriptor.TYPE_MESSAGE,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 116 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE);
151 GOOGLE_CHECK(type == WireFormatLite::TYPE_MESSAGE ||
    [all...]
extension_set_heavy.cc 407 case WireFormatLite::TYPE_MESSAGE:
468 case FieldDescriptor::TYPE_MESSAGE:
484 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
633 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
664 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
descriptor_unittest.cc 415 FieldDescriptorProto::TYPE_MESSAGE)
590 EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_->type());
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 116 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE);
151 GOOGLE_CHECK(type == WireFormatLite::TYPE_MESSAGE ||
    [all...]
wire_format_lite.cc 78 CPPTYPE_MESSAGE, // TYPE_MESSAGE
101 WireFormatLite::WIRETYPE_LENGTH_DELIMITED, // TYPE_MESSAGE
extension_set_heavy.cc 362 case WireFormatLite::TYPE_MESSAGE:
432 if (type != WireFormatLite::TYPE_MESSAGE || is_repeated) {
descriptor_unittest.cc 413 FieldDescriptorProto::TYPE_MESSAGE)
588 EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_->type());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 56 private static final String TYPE_MESSAGE = "x-bt/message";
208 } else if (type.equals(TYPE_MESSAGE)) {
210 Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.getTransparent() + ", Retry: " + appParams.getRetry());
419 else if (type.equals(TYPE_MESSAGE)){
421 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + ", Charset = " + appParams.getCharset() +
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.cc 118 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
226 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_pool.py 397 field_proto.type = descriptor.FieldDescriptor.TYPE_MESSAGE
404 if (field_proto.type == descriptor.FieldDescriptor.TYPE_MESSAGE
descriptor.py 372 TYPE_MESSAGE = 11
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.cc 145 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
254 if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 114 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
147 case FieldDescriptor::TYPE_MESSAGE : return -1;
java_extension.cc 66 case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE";
java_helpers.cc 221 case FieldDescriptor::TYPE_MESSAGE:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 67 case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE";
java_primitive_field.cc 115 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
148 case FieldDescriptor::TYPE_MESSAGE : return -1;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 136 case FieldDescriptor::TYPE_MESSAGE : return "Message" ;
169 case FieldDescriptor::TYPE_MESSAGE : return -1;
200 case FieldDescriptor::TYPE_MESSAGE : return false;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 235 case FieldDescriptor::TYPE_MESSAGE:

Completed in 519 milliseconds

1 2 3