Home
last modified time | relevance | path

Searched refs:GetX (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/SemaCXX/
Dms-property-error.cpp5 __declspec(property(get=GetX,put=PutX)) int x[];
6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S
14 __declspec(property(get=GetX,put=PutX)) T x[];
15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
Dms-property.cpp22 __declspec(property(get=GetX,put=PutX)) int x[];
23 int GetX(int i, int j) { return i+j; } in GetX() function in S
30 __declspec(property(get=GetX,put=PutX)) T x[];
31 T GetX(T i, T j) { return i+j; } in GetX() function in St
/external/clang/test/CodeGenCXX/
Dms-property.cpp23 __declspec(property(get=GetX,put=PutX)) int x[];
24 int GetX(int i, int j) { return i+j; } in GetX() function in S
31 __declspec(property(get=GetX,put=PutX)) T x[];
32 T GetX(T i, T j) { return i+j; } in GetX() function in St
33 T GetX() { return 0; } in GetX() function in St
/external/deqp-deps/amber/src/amberscript/
Dparser_repeat_test.cc57 EXPECT_EQ(1U, repeat_cmds[0]->AsCompute()->GetX()); in TEST_F()
59 EXPECT_EQ(4U, repeat_cmds[1]->AsCompute()->GetX()); in TEST_F()
61 EXPECT_EQ(7U, repeat_cmds[2]->AsCompute()->GetX()); in TEST_F()
Dparser_run_test.cc48 EXPECT_EQ(2U, cmd->AsCompute()->GetX()); in TEST_F()
217 EXPECT_FLOAT_EQ(2.f, cmd->AsDrawRect()->GetX()); in TEST_F()
Dparser_expect_test.cc56 EXPECT_EQ(5U, probe->GetX()); in TEST_F()
98 EXPECT_EQ(2U, probe->GetX()); in TEST_F()
/external/googletest/googlemock/docs/
Dfor_dummies.md115 virtual int GetX() const = 0;
127 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the
179 MOCK_METHOD(int, GetX, (), (const, override));
330 EXPECT_CALL(turtle, GetX())
337 says that the `turtle` object's `GetX()` method will be called five times, it
454 EXPECT_CALL(turtle, GetX())
460 says that `turtle.GetX()` will be called *exactly three times* (gMock inferred
496 EXPECT_CALL(turtle, GetX())
642 EXPECT_CALL(turtle, GetX())
647 If you think it says that `turtle.GetX()` will be called `n` times and will
[all …]
/external/flatbuffers/tests/MyGame/Example/
DVec3.php28 public function GetX() function in MyGame\\Example\\Vec3
/external/deqp-deps/amber/src/
Dcommand.h151 float GetX() const { return x_; } in GetX() function
245 uint32_t GetX() const { return x_; } in GetX() function
323 float GetX() const { return x_; } in GetX() function
Dverifier.cc472 command->GetX()); in Probe()
482 x = static_cast<uint32_t>(command->GetX()); in Probe()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc379 float x = command->GetX(); in DoDrawRect()
451 command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc47 EXPECT_FLOAT_EQ(1.2f, draw_cmd->GetX()); in TEST_F()
85 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F()
107 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F()
129 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F()
151 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F()
374 EXPECT_EQ(1U, cmd->GetX()); in TEST_F()
865 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
900 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
936 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
972 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
[all …]
/external/flatbuffers/tests/
DphpTest.php108 $assert->strictEqual($pos->GetX(), 1.0);
/external/v8/test/torque/
Dtest-torque.tq733 macro GetX(): int32 {
758 check(a.b.GetX() == 2);
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1249 float x = command->GetX(); in DoDrawRect()
1437 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2887 func (m *GroupOld_G) GetX() int32 { func
2966 func (m *GroupNew_G) GetX() int32 { func
3455 func (m *Oneof_F_Group) GetX() int32 { func