Home
last modified time | relevance | path

Searched refs:getMessageType (Results 1 – 25 of 127) sorted by relevance

123456

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/fixserialization/out/
DSuggestedNullableFixInfo.java61 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/
DFieldDescriptor.php150 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();
DMessage.php103 $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 …]
DFileDescriptor.php52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor
76 foreach ($proto->getMessageType() as $message_proto) {
DDescriptorPool.php66 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/
DFieldDescriptor.php150 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();
DMessage.php103 $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 …]
DFileDescriptor.php52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor
76 foreach ($proto->getMessageType() as $message_proto) {
DDescriptorPool.php66 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/
DFieldDescriptor.php150 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();
DMessage.php103 $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 …]
DFileDescriptor.php52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor
76 foreach ($proto->getMessageType() as $message_proto) {
DDescriptorPool.php66 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/
DMessageAdapter.java36 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/
Dconformance_php.php33 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/
Dconformance_php.php33 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/
Dconformance_php.php33 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/
DBuilderAdapters.java166 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);
DTypeLibrary.java75 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/
DDescriptorsTest.php99 $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/
DDescriptorsTest.php99 $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/
DDescriptorsTest.php99 $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/
DFieldDescriptor.php115 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/
DFieldDescriptor.php115 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/
DFieldDescriptor.php115 public function getMessageType() function in Google\\Protobuf\\FieldDescriptor
118 return $this->getPublicDescriptor($this->internal_desc->getMessageType());

123456