Home
last modified time | relevance | path

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

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dnested-types.cpp10 struct NestedStruct { struct
28 struct NestedStruct { struct
33 using NestedStructAlias = NestedStruct;
34 using NST = S::NestedStruct; argument
71 constexpr S::NestedStruct GlobalB;
73 constexpr T::NestedStruct GlobalD;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A 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;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/
H A Darrays_test_generated.h12 struct NestedStruct;
19 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs);
20 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs);
76 NestedStruct() { in NestedStruct() function
77 memset(static_cast<void *>(this), 0, sizeof(NestedStruct)); in NestedStruct()
79 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function
104 FLATBUFFERS_STRUCT_END(NestedStruct, 12);
106 inline bool operator==(const NestedStruct &lhs, const NestedStruct &rhs) {
113 inline bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs) {
124 MyGame::Example::NestedStruct d_[2];
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A Darrays_test_generated.rs122 pub struct NestedStruct(pub [u8; 32]); struct
123 impl Default for NestedStruct { implementation
128 impl std::fmt::Debug for NestedStruct { implementation
142 type Inner = &'a NestedStruct;
149 type Inner = &'a NestedStruct;
156 type Output = NestedStruct;
166 type Output = NestedStruct;
186 impl<'a> NestedStruct { impl
273 pub fn pack(&self) -> NestedStruct { in pack() argument
274 NestedStruct::new( in pack()
[all …]
H A Darrays_test_generated.h12 struct NestedStruct;
20 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs);
21 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs);
78 NestedStruct() in NestedStruct() function
88 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function
133 FLATBUFFERS_STRUCT_END(NestedStruct, 32);
135 inline bool operator==(const NestedStruct &lhs, const NestedStruct &rhs) {
143 inline bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs) {
154 MyGame::Example::NestedStruct d_[2];
229 const flatbuffers::Array<MyGame::Example::NestedStruct, 2> *d() const { in d()
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/
H A Darrays_test_generated.rs122 pub struct NestedStruct(pub [u8; 32]); struct
123 impl Default for NestedStruct { implementation
128 impl std::fmt::Debug for NestedStruct { implementation
142 type Inner = &'a NestedStruct;
149 type Inner = &'a NestedStruct;
156 type Output = NestedStruct;
166 type Output = NestedStruct;
186 impl<'a> NestedStruct { implementation
273 pub fn pack(&self) -> NestedStruct { in pack() argument
274 NestedStruct::new( in pack()
[all …]
H A Darrays_test_generated.h12 struct NestedStruct;
20 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs);
21 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs);
78 NestedStruct() in NestedStruct() function
88 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function
133 FLATBUFFERS_STRUCT_END(NestedStruct, 32);
135 inline bool operator==(const NestedStruct &lhs, const NestedStruct &rhs) {
143 inline bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs) {
154 MyGame::Example::NestedStruct d_[2];
229 const flatbuffers::Array<MyGame::Example::NestedStruct, 2> *d() const { in d()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A Darrays_test_generated.h12 struct NestedStruct;
20 bool operator==(const NestedStruct &lhs, const NestedStruct &rhs);
21 bool operator!=(const NestedStruct &lhs, const NestedStruct &rhs);
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) {
134 MyGame::Example::NestedStruct d_[2];
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A 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()
H A 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()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A 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()
H A 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()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/lazy_deserialization/
H A Dnested_test.cpp24 struct NestedStruct : testing::Test {}; struct
27 TYPED_TEST_SUITE(NestedStruct, TypeParams);
29 TYPED_TEST(NestedStruct, Test) { in TYPED_TEST() argument
53 TYPED_TEST(NestedStruct, Reserialize) { in TYPED_TEST() argument
71 TEST(NestedStruct, Mixin) { in TEST() argument
/dports/devel/ptlib/ptlib-2.10.11/samples/xmlrpc/
H A Dmain.cxx49 PXMLRPC_STRUCT_BEGIN(NestedStruct)
50 PXMLRPC_STRING (NestedStruct, PString, another_string);
51 PXMLRPC_INTEGER (NestedStruct, int, another_integer);
64 PXMLRPC_STRUCT (TestStruct, NestedStruct, nested_struct);
65 PXMLRPC_ARRAY_STRUCT (TestStruct, NestedStruct, array_struct);
139 ts.array_struct.SetAt(0, new NestedStruct); in Main()
142 ts.array_struct.SetAt(1, new NestedStruct); in Main()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DNestedStruct.cs11 public struct NestedStruct : IFlatbufferObject struct
16 public NestedStruct __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
25 …public static Offset<MyGame.Example.NestedStruct> CreateNestedStruct(FlatBufferBuilder builder, in… in CreateNestedStruct() argument
35 return new Offset<MyGame.Example.NestedStruct>(builder.Offset); in CreateNestedStruct()

123456789