/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A 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()
|
H A D | NestedStruct.py | 9 class NestedStruct(object): class
|
H A D | NestedStruct.java | 11 public final class NestedStruct extends Struct { class
|
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/ |
H A 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 flatbuffers::SafeSliceAccess for NestedStruct {} implementation 34 impl<'a> flatbuffers::Follow<'a> for NestedStruct { implementation 41 impl<'a> flatbuffers::Follow<'a> for &'a NestedStruct { implementation 48 impl<'b> flatbuffers::Push for NestedStruct { implementation 53 ::core::slice::from_raw_parts(self as *const NestedStruct as *const u8, Self::size()) in push() constant 58 impl<'b> flatbuffers::Push for &'b NestedStruct { implementation [all …]
|
H A D | array_struct_generated.rs | 160 pub fn d(&'a self) -> flatbuffers::Array<'a, NestedStruct, 2> { in d() argument
|
/aosp_15_r20/external/angle/third_party/flatbuffers/generated/tests/ |
H A D | arrays_test_generated.h | 87 NestedStruct() : a_(), b_(0), c_(), padding0__(0), padding1__(0), d_() in NestedStruct() function 92 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function 103 NestedStruct(::flatbuffers::span<const int32_t, 2> _a, MyGame::Example::TestEnum _b, in NestedStruct() function 220 ::flatbuffers::span<const MyGame::Example::NestedStruct, 2> _d, int32_t _e, in ArrayStruct()
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | arrays_test_generated.h | 85 NestedStruct() in NestedStruct() function 95 NestedStruct(MyGame::Example::TestEnum _b) in NestedStruct() function 105 …NestedStruct(flatbuffers::span<const int32_t, 2> _a, MyGame::Example::TestEnum _b, flatbuffers::sp… in NestedStruct() function 202 …atbuffers::span<const int32_t, 15> _b, int8_t _c, flatbuffers::span<const MyGame::Example::NestedS… in ArrayStruct()
|
/aosp_15_r20/external/grpc-grpc/test/core/json/ |
H A D | json_object_loader_test.cc | 900 struct NestedStruct { in TEST() struct 901 int32_t inner = 0; in TEST() 903 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in TEST()
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | hash_unittest.cc | 16 TEST_F(HashTest, NestedStruct) { in TEST_F() argument
|
H A D | wtf_hash_unittest.cc | 18 TEST_F(WTFHashTest, NestedStruct) { in TEST_F() argument
|
H A D | data_view_unittest.cc | 76 TEST_F(DataViewTest, NestedStruct) { in TEST_F() argument
|
/aosp_15_r20/external/clang/docs/tools/ |
H A D | dump_format_style.py | 53 class NestedStruct: class
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | emitter_test.cc | 149 TEST_F(EmitterTest, NestedStruct) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_constant_with_uniform_test.cpp | 362 TEST(TransformationReplaceConstantWithUniformTest, NestedStruct) { in TEST() argument
|