| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | NestedStruct.cs | 12 public struct NestedStruct : IFlatbufferObject struct 28 …public static Offset<MyGame.Example.NestedStruct> CreateNestedStruct(FlatBufferBuilder builder, in… in CreateNestedStruct() 57 …public static Offset<MyGame.Example.NestedStruct> Pack(FlatBufferBuilder builder, NestedStructT _o… in Pack()
|
| D | NestedStruct.java | 23 public final class NestedStruct extends Struct { class
|
| D | NestedStruct.py | 10 class NestedStruct(object): class
|
| /third_party/flatbuffers/tests/arrays_test/my_game/example/ |
| D | nested_struct_generated.rs | 15 pub struct NestedStruct(pub [u8; 32]); struct 16 impl Default for NestedStruct { implementation 21 impl core::fmt::Debug for NestedStruct { implementation 32 impl flatbuffers::SimpleToVerifyInSlice for NestedStruct {} implementation 33 impl<'a> flatbuffers::Follow<'a> for NestedStruct { implementation 40 impl<'a> flatbuffers::Follow<'a> for &'a NestedStruct { implementation 47 impl<'b> flatbuffers::Push for NestedStruct { implementation 51 … let src = ::core::slice::from_raw_parts(self as *const NestedStruct as *const u8, Self::size()); in push() constant 56 impl<'a> flatbuffers::Verifiable for NestedStruct { implementation 66 impl<'a> NestedStruct { implementation [all …]
|
| D | array_struct_generated.rs | 164 pub fn d(&'a self) -> flatbuffers::Array<'a, NestedStruct, 2> { in d() argument
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/ |
| D | structs.rs | 30 pub struct NestedStruct { struct 31 pub foo: u16, 32 pub bar: NormalStruct,
|
| /third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/ |
| D | nested-struct.d.ts | 4 export declare class NestedStruct implements flatbuffers.IUnpackableObject<NestedStructT> { class
|
| D | nested-struct.ts | 11 export class NestedStruct implements flatbuffers.IUnpackableObject<NestedStructT> { class
|
| D | nested-struct.js | 4 export class NestedStruct { class
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-2008-non-exhaustive/ |
| D | omitted-patterns.rs | 115 let NestedStruct { bar: NormalStruct { first_field, .. }, .. } = NestedStruct::default(); in main() localVariable
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | struct_layout_test.cc | 293 TEST_F(ResolverStructLayoutTest, NestedStruct) { in TEST_F() argument
|
| /third_party/grpc/test/core/util/json/ |
| D | json_object_loader_test.cc | 899 struct NestedStruct { in TEST() struct 900 int32_t inner = 0; in TEST() 902 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in TEST()
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
| /third_party/spirv-tools/test/fuzz/ |
| D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|