Home
last modified time | relevance | path

Searched refs:setFields (Results 1 – 23 of 23) sorted by relevance

/external/golang-protobuf/internal/impl/
Dmessage_reflect_test.go53 setFields map[protoreflect.FieldNumber]protoreflect.Value type
74 func (setFields) isMessageOp() {}
255 setFields{
271 setFields{10: V([]byte(nil)), 11: V([]byte(nil)), 21: V([]byte(nil)), 22: V([]byte(nil))},
357 setFields{
366 setFields{
378 setFields{
389 setFields{6: V(float32(math.Copysign(0, -1))), 7: V(float64(math.Copysign(0, -1)))},
393 setFields{10: V([]byte{}), 11: V([]byte{}), 21: V([]byte{}), 22: V([]byte{})},
494setFields{1: getField(want, 1), 3: getField(want, 3), 5: getField(want, 5), 7: getField(want, 7), …
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowVisualVoicemailSmsTest.java56 shadowSms.setFields(bundle); in setFields_setsFields()
75 .setFields(bundle) in parcelable_unparcelable()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVisualVoicemailSms.java56 public ShadowVisualVoicemailSms setFields(Bundle fields) { in setFields() method in ShadowVisualVoicemailSms
80 .setFields(in.readBundle())
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVisualVoicemailSms.java56 public ShadowVisualVoicemailSms setFields(Bundle fields) { in setFields() method in ShadowVisualVoicemailSms
80 .setFields(in.readBundle())
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowVisualVoicemailSmsTest.java56 shadowSms.setFields(bundle); in setFields_setsFields()
75 .setFields(bundle) in parcelable_unparcelable()
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DStruct.php64 public function setFields($var) function in Google\\Protobuf\\Struct
DType.php124 public function setFields($var) function in Google\\Protobuf\\Type
/external/protobuf/php/src/Google/Protobuf/
DStruct.php64 public function setFields($var) function in Google\\Protobuf\\Struct
DType.php124 public function setFields($var) function in Google\\Protobuf\\Type
/external/protobuf/php/tests/
DWellKnownTest.php59 $this->setFields($embed);
300 $m->setFields(array("a"=>new Value()));
332 $m->setFields([new Field()]);
DEncodeDecodeTest.php249 $this->setFields($from);
268 $this->setFields($from);
501 $this->setFields($m1);
946 $this->setFields($from);
1060 $m->setFields(['test' => (new Value())->setListValue(new ListValue())]);
1086 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
DGeneratedClassTest.php643 $this->setFields($m);
656 $this->setFields($m);
770 $this->setFields($m);
Dtest_base.php10 public function setFields(TestMessage $m) function in TestBase
/external/cronet/third_party/protobuf/php/tests/
DWellKnownTest.php59 $this->setFields($embed);
300 $m->setFields(array("a"=>new Value()));
332 $m->setFields([new Field()]);
DEncodeDecodeTest.php249 $this->setFields($from);
268 $this->setFields($from);
501 $this->setFields($m1);
946 $this->setFields($from);
1060 $m->setFields(['test' => (new Value())->setListValue(new ListValue())]);
1086 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
DGeneratedClassTest.php626 $this->setFields($m);
639 $this->setFields($m);
753 $this->setFields($m);
Dtest_base.php10 public function setFields(TestMessage $m) function in TestBase
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSettingsTest.java37 @Test public void setFields() { in setFields() method in SettingsTest
/external/starlark-go/lib/proto/
Dproto.go353 err := setFields(dest.msg, kwargs)
358 func setFields(msg protoreflect.Message, items []starlark.Tuple) error { func
531 err := setFields(dest, v.Items())
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DJavaClass.java515 public void setFields( final Field[] fields ) { in setFields() method in JavaClass
/external/protobuf/php/ext/google/protobuf/
Dwkt.inc1101 static PHP_METHOD(google_protobuf_Struct, setFields) {
1117 PHP_ME(google_protobuf_Struct, setFields, arginfo_setter, ZEND_ACC_PUBLIC)
1637 static PHP_METHOD(google_protobuf_Type, setFields) {
1743 PHP_ME(google_protobuf_Type, setFields, arginfo_setter, ZEND_ACC_PUBLIC)
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dwkt.inc1101 static PHP_METHOD(google_protobuf_Struct, setFields) {
1117 PHP_ME(google_protobuf_Struct, setFields, arginfo_setter, ZEND_ACC_PUBLIC)
1637 static PHP_METHOD(google_protobuf_Type, setFields) {
1743 PHP_ME(google_protobuf_Type, setFields, arginfo_setter, ZEND_ACC_PUBLIC)
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz