/external/nullaway/nullaway/src/main/java/com/uber/nullaway/fixserialization/out/ |
D | SuggestedNullableFixInfo.java | 61 errorMessage.getMessageType().toString(), in equals() 62 suggestedNullableFixInfo.errorMessage.getMessageType().toString()); in equals() 67 return Objects.hash(symbolLocation, errorMessage.getMessageType().toString()); in hashCode() 80 errorMessage.getMessageType().toString(), in tabSeparatedToString()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 150 public function getMessageType() function in Google\\Protobuf\\Internal\\FieldDescriptor 209 !is_null($this->getMessageType()->getOptions()) && 210 $this->getMessageType()->getOptions()->getMapEntry(); 216 $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp"; 222 $class = $this->getMessageType()->getClass();
|
D | Message.php | 103 $message_type = $field->getMessageType(); 112 $value_field->getMessageType()->getClass()); 135 $field->getMessageType()->getClass()); 202 $desc = $field->getMessageType(); 430 $value = new MapEntry($field->getMessageType()); 432 $klass = $field->getMessageType()->getClass(); 554 $message_type = $field->getMessageType(); 563 $value_field->getMessageType()->getClass()); 586 $field->getMessageType()->getClass()); 666 $value_field = $field->getMessageType()->getFieldByNumber(2); [all …]
|
D | FileDescriptor.php | 52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor 76 foreach ($proto->getMessageType() as $message_proto) {
|
D | DescriptorPool.php | 66 foreach ($file->getMessageType() as $desc) { 76 foreach ($file->getMessageType() as $desc) { 155 $proto = $field->getMessageType();
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 150 public function getMessageType() function in Google\\Protobuf\\Internal\\FieldDescriptor 209 !is_null($this->getMessageType()->getOptions()) && 210 $this->getMessageType()->getOptions()->getMapEntry(); 216 $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp"; 222 $class = $this->getMessageType()->getClass();
|
D | Message.php | 103 $message_type = $field->getMessageType(); 112 $value_field->getMessageType()->getClass()); 135 $field->getMessageType()->getClass()); 202 $desc = $field->getMessageType(); 430 $value = new MapEntry($field->getMessageType()); 432 $klass = $field->getMessageType()->getClass(); 554 $message_type = $field->getMessageType(); 563 $value_field->getMessageType()->getClass()); 586 $field->getMessageType()->getClass()); 666 $value_field = $field->getMessageType()->getFieldByNumber(2); [all …]
|
D | FileDescriptor.php | 52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor 76 foreach ($proto->getMessageType() as $message_proto) {
|
D | DescriptorPool.php | 66 foreach ($file->getMessageType() as $desc) { 76 foreach ($file->getMessageType() as $desc) { 155 $proto = $field->getMessageType();
|
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 150 public function getMessageType() function in Google\\Protobuf\\Internal\\FieldDescriptor 209 !is_null($this->getMessageType()->getOptions()) && 210 $this->getMessageType()->getOptions()->getMapEntry(); 216 $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp"; 222 $class = $this->getMessageType()->getClass();
|
D | Message.php | 103 $message_type = $field->getMessageType(); 112 $value_field->getMessageType()->getClass()); 135 $field->getMessageType()->getClass()); 202 $desc = $field->getMessageType(); 430 $value = new MapEntry($field->getMessageType()); 432 $klass = $field->getMessageType()->getClass(); 554 $message_type = $field->getMessageType(); 563 $value_field->getMessageType()->getClass()); 586 $field->getMessageType()->getClass()); 666 $value_field = $field->getMessageType()->getFieldByNumber(2); [all …]
|
D | FileDescriptor.php | 52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor 76 foreach ($proto->getMessageType() as $message_proto) {
|
D | DescriptorPool.php | 66 foreach ($file->getMessageType() as $desc) { 76 foreach ($file->getMessageType() as $desc) { 155 $proto = $field->getMessageType();
|
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ |
D | MessageAdapter.java | 36 if (currentMessage.getMessageType() == MessageType.SYSTEM) { in getView() 44 if (currentMessage.getMessageType() == MessageType.IMAGE) { in getView() 106 if (messageToAdd.getMessageType() != MessageType.SYSTEM) { in getRecentSavedTextMessages() 112 if (messageToAdd.getMessageType() == MessageType.TEXT) { in getRecentSavedTextMessages()
|
/external/protobuf/conformance/ |
D | conformance_php.php | 33 if ($request->getMessageType() == "conformance.FailureSet") { 36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") { 43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
|
/external/cronet/stable/third_party/protobuf/conformance/ |
D | conformance_php.php | 33 if ($request->getMessageType() == "conformance.FailureSet") { 36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") { 43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
|
/external/cronet/tot/third_party/protobuf/conformance/ |
D | conformance_php.php | 33 if ($request->getMessageType() == "conformance.FailureSet") { 36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") { 43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
|
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/ |
D | BuilderAdapters.java | 166 FieldDescriptor keyField = field.getMessageType().getFields().get(0); 167 FieldDescriptor valueField = field.getMessageType().getFields().get(1); 179 FieldDescriptor keyField = field.getMessageType().getFields().get(0); 180 FieldDescriptor valueField = field.getMessageType().getFields().get(1);
|
D | TypeLibrary.java | 75 AnnotatedType keyType = getBaseType(field.getMessageType().getFields().get(0)); in getTypeToMutate() 76 AnnotatedType valueType = getBaseType(field.getMessageType().getFields().get(1)); in getTypeToMutate() 102 FieldDescriptor realField = f.isMapField() ? f.getMessageType().getFields().get(1) : f; in isRecursiveField() 106 return realField.getMessageType().getFields().stream(); in isRecursiveField()
|
/external/cronet/stable/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 99 $subdesc = $fielddesc->getMessageType(); 164 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 181 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 216 $mapDesc = $fieldDesc->getMessageType(); 239 $fieldDesc->getMessageType();
|
/external/protobuf/php/tests/ |
D | DescriptorsTest.php | 99 $subdesc = $fielddesc->getMessageType(); 164 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 181 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 216 $mapDesc = $fieldDesc->getMessageType(); 239 $fieldDesc->getMessageType();
|
/external/cronet/tot/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 99 $subdesc = $fielddesc->getMessageType(); 164 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 181 $this->assertInstanceOf('\Google\Protobuf\Descriptor', $fieldDesc->getMessageType()); 216 $mapDesc = $fieldDesc->getMessageType(); 239 $fieldDesc->getMessageType();
|
/external/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 115 public function getMessageType() function in Google\\Protobuf\\FieldDescriptor 118 return $this->getPublicDescriptor($this->internal_desc->getMessageType());
|
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 115 public function getMessageType() function in Google\\Protobuf\\FieldDescriptor 118 return $this->getPublicDescriptor($this->internal_desc->getMessageType());
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/ |
D | FieldDescriptor.php | 115 public function getMessageType() function in Google\\Protobuf\\FieldDescriptor 118 return $this->getPublicDescriptor($this->internal_desc->getMessageType());
|