/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | nested-types.cpp | 12 struct NestedStruct { struct 30 struct NestedStruct { struct 35 using NestedStructAlias = NestedStruct; 36 using NST = S::NestedStruct; argument 73 constexpr S::NestedStruct GlobalB; 75 constexpr T::NestedStruct GlobalD;
|
/external/flatbuffers/tests/MyGame/Example/ |
D | NestedStruct.java | 11 public final class NestedStruct extends Struct { class 13 public NestedStruct __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 43 public NestedStruct get(int j) { return get(new NestedStruct(), j); } in get() 44 public NestedStruct get(NestedStruct obj, int j) { return obj.__assign(__element(j), bb); } in get()
|
D | NestedStruct.cs | 12 public struct NestedStruct : IFlatbufferObject struct 17 public NestedStruct __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 28 …public static Offset<MyGame.Example.NestedStruct> CreateNestedStruct(FlatBufferBuilder builder, in… in CreateNestedStruct() argument 41 return new Offset<MyGame.Example.NestedStruct>(builder.Offset); in CreateNestedStruct() 57 …public static Offset<MyGame.Example.NestedStruct> Pack(FlatBufferBuilder builder, NestedStructT _o… in Pack() argument 58 if (_o == null) return default(Offset<MyGame.Example.NestedStruct>); in Pack()
|
D | ArrayStruct.java | 21 …public MyGame.Example.NestedStruct d(MyGame.Example.NestedStruct obj, int j) { return obj.__assign… in d()
|
D | NestedStruct.py | 9 class NestedStruct(object): class 89 nestedStruct = NestedStruct()
|
D | ArrayStruct.cs | 25 …public MyGame.Example.NestedStruct D(int j) { return (new MyGame.Example.NestedStruct()).__assign(… in D()
|
D | ArrayStruct.py | 91 import MyGame.Example.NestedStruct
|
/external/flatbuffers/tests/ |
D | arrays_test_generated.h | 12 struct NestedStruct; 20 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs); 21 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs); 66 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(8) NestedStruct FLATBUFFERS_FINAL_CLASS { 78 NestedStruct() { in NestedStruct() function 79 memset(static_cast<void *>(this), 0, sizeof(NestedStruct)); in NestedStruct() 81 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function 113 FLATBUFFERS_STRUCT_END(NestedStruct, 32); 115 inline bool operator==(const NestedStruct &lhs, const NestedStruct &rhs) { 123 inline bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs) { [all …]
|
D | arrays_test.fbs | 5 struct NestedStruct{ 16 d:[NestedStruct:2];
|
D | JavaTest.java | 565 NestedStruct nested = new NestedStruct(); in TestFixedLengthArrays()
|
D | py_test.py | 48 import MyGame.Example.NestedStruct # refers to generated code 2164 nested = MyGame.Example.NestedStruct.NestedStruct()
|
D | test.cpp | 3126 MyGame::Example::NestedStruct nStruct0(MyGame::Example::TestEnum::B); in FixedLengthArrayTest() 3136 MyGame::Example::NestedStruct nStruct1(MyGame::Example::TestEnum::C); in FixedLengthArrayTest()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_data_view.mojom | 17 struct NestedStruct { 31 NestedStruct? f_struct; 38 array<NestedStruct> f_struct_array;
|
/external/python/pybind11/tests/ |
D | test_numpy_dtypes.cpp | 50 PYBIND11_PACKED(struct NestedStruct { 55 std::ostream& operator<<(std::ostream& os, const NestedStruct& v) { in operator <<() 286 PYBIND11_NUMPY_DTYPE(NestedStruct, a, b); in TEST_SUBMODULE() 317 py::array_t<NestedStruct, 0> arr = mkarray_via_buffer<NestedStruct>(n); in TEST_SUBMODULE() 319 auto ptr = static_cast<NestedStruct*>(req.ptr); in TEST_SUBMODULE() 338 m.def("print_rec_nested", &print_recarray<NestedStruct>); in TEST_SUBMODULE() 347 py::format_descriptor<NestedStruct>::format(), in TEST_SUBMODULE() 366 py::dtype::of<NestedStruct>(), in TEST_SUBMODULE() 487 m.def("f_nested", [](NestedStruct s) { return s.a.uint_ * 10; }); in TEST_SUBMODULE()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | hash_unittest.cc | 16 TEST_F(HashTest, NestedStruct) { in TEST_F() argument
|
D | data_view_unittest.cc | 76 TEST_F(DataViewTest, NestedStruct) { in TEST_F() argument 78 obj->f_struct = NestedStruct::New(); in TEST_F() 216 NestedStructPtr nested_struct(NestedStruct::New()); in TEST_F()
|
D | wtf_hash_unittest.cc | 18 TEST_F(WTFHashTest, NestedStruct) { in TEST_F() argument
|
/external/clang/docs/tools/ |
D | dump_format_style.py | 53 class NestedStruct: class 136 nested_struct = NestedStruct(name, comment)
|
/external/llvm-project/clang/docs/tools/ |
D | dump_format_style.py | 52 class NestedStruct(object): class 152 nested_struct = NestedStruct(name, comment)
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|