Home
last modified time | relevance | path

Searched refs:GetX (Results 1 – 20 of 20) 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/llvm-project/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/llvm-project/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/llvm-project/clang/test/Index/
Dms-property.cpp5 int GetX() const;
13 __declspec(property(get=GetX, put=PutX)) int propX;
/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_debug_test.cc150 EXPECT_EQ(2U, compute->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()
516 EXPECT_FLOAT_EQ(2.f, cmd->AsDrawGrid()->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/docs/
Dgmock_for_dummies.md113 virtual int GetX() const = 0;
125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the
177 MOCK_METHOD(int, GetX, (), (const, override));
326 EXPECT_CALL(turtle, GetX())
333 says that the `turtle` object's `GetX()` method will be called five times, it
451 EXPECT_CALL(turtle, GetX())
457 says that `turtle.GetX()` will be called *exactly three times* (gMock inferred
493 EXPECT_CALL(turtle, GetX())
641 EXPECT_CALL(turtle, GetX())
646 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.h167 float GetX() const { return x_; } in GetX() function
199 float GetX() const { return x_; } in GetX() function
299 uint32_t GetX() const { return x_; } in GetX() function
377 float GetX() const { return x_; } in GetX() function
Dverifier.cc423 command->GetX()); in Probe()
433 x = static_cast<uint32_t>(command->GetX()); in Probe()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc466 float x = command->GetX(); in DoDrawRect()
531 float x = command->GetX(); in DoDrawGrid()
626 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()
369 EXPECT_EQ(1U, cmd->GetX()); in TEST_F()
860 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
895 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
931 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
967 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P()
[all …]
/external/flatbuffers/tests/
DphpTest.php108 $assert->strictEqual($pos->GetX(), 1.0);
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1249 float x = command->GetX(); in DoDrawRect()
1441 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