Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DinferrenceInfiniteLoopWithSubtyping.symbols25 public setFields(fields: { [name: string]: { [key: string]: any } }): this;
26 >setFields : Symbol(EnumTypeComposer.setFields, Decl(graphql-compose.d.ts, 5, 31))
37 public setFields(fields: ObjMapReadOnly<Resolver>): this;
38 >setFields : Symbol(ObjectTypeComposer.setFields, Decl(graphql-compose.d.ts, 9, 52))
DinferrenceInfiniteLoopWithSubtyping.types15 public setFields(fields: { [name: string]: { [key: string]: any } }): this;
16 >setFields : (fields: { [name: string]: { [key: string]: any; }; }) => this
25 public setFields(fields: ObjMapReadOnly<Resolver>): this;
26 >setFields : (fields: ObjMapReadOnly<Resolver>) => this
DinferrenceInfiniteLoopWithSubtyping.js10 public setFields(fields: { [name: string]: { [key: string]: any } }): this;
14 public setFields(fields: ObjMapReadOnly<Resolver>): this;
/third_party/typescript/tests/cases/compiler/
DinferrenceInfiniteLoopWithSubtyping.ts9 public setFields(fields: { [name: string]: { [key: string]: any } }): this; method in EnumTypeComposer
13 public setFields(fields: ObjMapReadOnly<Resolver>): this;
/third_party/protobuf/php/tests/
DWellKnownTest.php59 $this->setFields($embed);
301 $m->setFields(array("a"=>new Value()));
333 $m->setFields([new Field()]);
DEncodeDecodeTest.php233 $this->setFields($from);
252 $this->setFields($from);
485 $this->setFields($m1);
933 $this->setFields($from);
1039 $m->setFields(['test' => (new Value())->setListValue(new ListValue())]);
1065 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
DGeneratedClassTest.php589 $this->setFields($m);
602 $this->setFields($m);
716 $this->setFields($m);
Dtest_base.php10 public function setFields(TestMessage $m) function in TestBase
/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