Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dstruct.h34 template<typename T> T GetStruct(uoffset_t o) const { in GetStruct() function
Dtable.h70 template<typename P> P GetStruct(voffset_t field) const { in GetStruct() function
Dreflection.h172 return table.GetStruct<const Struct *>(field.offset()); in GetFieldStruct()
179 return structure.GetStruct<const Struct *>(field.offset()); in GetFieldStruct()
/external/rust/android-crates-io/crates/nix/src/sys/socket/
Dsockopt.rs202 $name, GetOnly, $level, $flag, $ty, GetStruct<$ty>);
244 $name, Both, $level, $flag, $ty, GetStruct<$ty>,
700 GetStruct<i32>
1337 struct GetStruct<T> { struct
1342 impl<T> Get<T> for GetStruct<T> { argument
1344 GetStruct { in uninit()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.h156 analysis::Struct* GetStruct(const std::vector<const analysis::Type*>& fields);
Dinst_debug_printf_pass.cpp223 GetStruct({reg_uint_ty, reg_uint_ty, reg_uint_rarr_ty}); in GetOutputBufferId()
Dinstrument_pass.cpp390 analysis::Struct* InstrumentPass::GetStruct( in GetStruct() function in spvtools::opt::InstrumentPass
/external/angle/third_party/flatbuffers/generated/tests/
Darrays_test_generated.h327 return GetStruct<const MyGame::Example::ArrayStruct *>(VT_A); in a()
331 return GetStruct<MyGame::Example::ArrayStruct *>(VT_A); in mutable_a()
Dalignment_test_generated.h275 return GetStruct<const BadAlignmentLarge *>(VT_LARGE); in large()
277 BadAlignmentLarge *mutable_large() { return GetStruct<BadAlignmentLarge *>(VT_LARGE); } in mutable_large()
/external/flatbuffers/src/
Didl_gen_text.cpp283 val = reinterpret_cast<const Struct *>(table)->GetStruct<const void *>( in GenFieldOffset()
302 ? table->GetStruct<const void *>(fd.value.offset) in GenFieldOffset()
Dreflection.cpp31 fbb.PushBytes(table.GetStruct<const uint8_t *>(fielddef.offset()), size); in CopyInline()
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/test/xmlrpc/
Dxmlrpc.pb.go126 func (x *Value) GetStruct() *Struct { func
/external/flatbuffers/benchmarks/cpp/flatbuffers/
Dbench_generated.h154 return GetStruct<const benchmarks_flatbuffers::Bar *>(VT_SIBLING); in sibling()
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.h124 return GetStruct<const NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in foo_struct()
127 return GetStruct<NamespaceA::NamespaceB::StructInNestedNS *>(VT_FOO_STRUCT); in mutable_foo_struct()
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py1410 def GetStruct(x): function
1423 self.assertEqual(x_struct, GetStruct(x))
1433 self.assertEqual(x_struct, GetStruct(dx))
1434 self.assertEqual(y_struct, GetStruct(y))
/external/flatbuffers/samples/
Dmonster_generated.h274 return GetStruct<const MyGame::Sample::Vec3 *>(VT_POS);
277 return GetStruct<MyGame::Sample::Vec3 *>(VT_POS);
/external/flatbuffers/tests/evolution_test/
Devolution_v1_generated.h281 return GetStruct<const Evolution::V1::Struct *>(VT_F);
Devolution_v2_generated.h383 return GetStruct<const Evolution::V2::Struct *>(VT_FF);
/external/flatbuffers/tests/
Dmonster_test_generated.h1406 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1409 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1755 return GetStruct<const MyGame::Example::Test *>(VT_NATIVE_INLINE);
1758 return GetStruct<MyGame::Example::Test *>(VT_NATIVE_INLINE);
/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
Dmonster_test_suffix.h1397 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1400 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1746 return GetStruct<const MyGame::Example::Test *>(VT_NATIVE_INLINE);
1749 return GetStruct<MyGame::Example::Test *>(VT_NATIVE_INLINE);
/external/flatbuffers/tests/monster_test_suffix/ext_only/
Dmonster_test_generated.hpp1397 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1400 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1746 return GetStruct<const MyGame::Example::Test *>(VT_NATIVE_INLINE);
1749 return GetStruct<MyGame::Example::Test *>(VT_NATIVE_INLINE);
/external/flatbuffers/tests/monster_test_suffix/
Dmonster_test_suffix.hpp1397 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1400 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1746 return GetStruct<const MyGame::Example::Test *>(VT_NATIVE_INLINE);
1749 return GetStruct<MyGame::Example::Test *>(VT_NATIVE_INLINE);
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1410 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1413 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1759 return GetStruct<const MyGame::Example::Test *>(VT_NATIVE_INLINE);
1762 return GetStruct<MyGame::Example::Test *>(VT_NATIVE_INLINE);
/external/flatbuffers/docs-old/source/
DInternals.md215 const Vec3 *pos() const { return GetStruct<const Vec3 *>(4); }
/external/flatbuffers/docs/source/
Dinternals.md215 const Vec3 *pos() const { return GetStruct<const Vec3 *>(4); }