Home
last modified time | relevance | path

Searched refs:NestedStruct (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dnested-types.cpp12 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/
DNestedStruct.java11 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()
DNestedStruct.cs12 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()
DArrayStruct.java21 …public MyGame.Example.NestedStruct d(MyGame.Example.NestedStruct obj, int j) { return obj.__assign… in d()
DNestedStruct.py9 class NestedStruct(object): class
89 nestedStruct = NestedStruct()
DArrayStruct.cs25 …public MyGame.Example.NestedStruct D(int j) { return (new MyGame.Example.NestedStruct()).__assign(… in D()
DArrayStruct.py91 import MyGame.Example.NestedStruct
/external/flatbuffers/tests/
Darrays_test_generated.h12 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 …]
Darrays_test.fbs5 struct NestedStruct{
16 d:[NestedStruct:2];
DJavaTest.java565 NestedStruct nested = new NestedStruct(); in TestFixedLengthArrays()
Dpy_test.py48 import MyGame.Example.NestedStruct # refers to generated code
2164 nested = MyGame.Example.NestedStruct.NestedStruct()
Dtest.cpp3126 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/
Dtest_data_view.mojom17 struct NestedStruct {
31 NestedStruct? f_struct;
38 array<NestedStruct> f_struct_array;
/external/python/pybind11/tests/
Dtest_numpy_dtypes.cpp50 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/
Dhash_unittest.cc16 TEST_F(HashTest, NestedStruct) { in TEST_F() argument
Ddata_view_unittest.cc76 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()
Dwtf_hash_unittest.cc18 TEST_F(WTFHashTest, NestedStruct) { in TEST_F() argument
/external/clang/docs/tools/
Ddump_format_style.py53 class NestedStruct: class
136 nested_struct = NestedStruct(name, comment)
/external/llvm-project/clang/docs/tools/
Ddump_format_style.py52 class NestedStruct(object): class
152 nested_struct = NestedStruct(name, comment)
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_constant_with_uniform_test.cpp362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument