/external/clang/test/SemaCXX/ |
D | ms-property-error.cpp | 5 __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
|
D | ms-property.cpp | 22 __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/ |
D | ms-property-error.cpp | 5 __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
|
D | ms-property.cpp | 22 __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/ |
D | ms-property.cpp | 23 __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/ |
D | ms-property.cpp | 23 __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/ |
D | ms-property.cpp | 5 int GetX() const; 13 __declspec(property(get=GetX, put=PutX)) int propX;
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_repeat_test.cc | 57 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()
|
D | parser_debug_test.cc | 150 EXPECT_EQ(2U, compute->GetX()); in TEST_F()
|
D | parser_run_test.cc | 48 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()
|
D | parser_expect_test.cc | 56 EXPECT_EQ(5U, probe->GetX()); in TEST_F() 98 EXPECT_EQ(2U, probe->GetX()); in TEST_F()
|
/external/googletest/docs/ |
D | gmock_for_dummies.md | 113 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/ |
D | Vec3.php | 28 public function GetX() function in MyGame\\Example\\Vec3
|
/external/deqp-deps/amber/src/ |
D | command.h | 167 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
|
D | verifier.cc | 423 command->GetX()); in Probe() 433 x = static_cast<uint32_t>(command->GetX()); in Probe()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 466 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/ |
D | command_parser_test.cc | 47 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/ |
D | phpTest.php | 108 $assert->strictEqual($pos->GetX(), 1.0);
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 1249 float x = command->GetX(); in DoDrawRect() 1441 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2887 func (m *GroupOld_G) GetX() int32 { func 2966 func (m *GroupNew_G) GetX() int32 { func 3455 func (m *Oneof_F_Group) GetX() int32 { func
|