/external/flatbuffers/include/flatbuffers/ |
D | struct.h | 34 template<typename T> T GetStruct(uoffset_t o) const { in GetStruct() function
|
D | table.h | 70 template<typename P> P GetStruct(voffset_t field) const { in GetStruct() function
|
D | reflection.h | 172 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/ |
D | sockopt.rs | 202 $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/ |
D | instrument_pass.h | 156 analysis::Struct* GetStruct(const std::vector<const analysis::Type*>& fields);
|
D | inst_debug_printf_pass.cpp | 223 GetStruct({reg_uint_ty, reg_uint_ty, reg_uint_rarr_ty}); in GetOutputBufferId()
|
D | instrument_pass.cpp | 390 analysis::Struct* InstrumentPass::GetStruct( in GetStruct() function in spvtools::opt::InstrumentPass
|
/external/angle/third_party/flatbuffers/generated/tests/ |
D | arrays_test_generated.h | 327 return GetStruct<const MyGame::Example::ArrayStruct *>(VT_A); in a() 331 return GetStruct<MyGame::Example::ArrayStruct *>(VT_A); in mutable_a()
|
D | alignment_test_generated.h | 275 return GetStruct<const BadAlignmentLarge *>(VT_LARGE); in large() 277 BadAlignmentLarge *mutable_large() { return GetStruct<BadAlignmentLarge *>(VT_LARGE); } in mutable_large()
|
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 283 val = reinterpret_cast<const Struct *>(table)->GetStruct<const void *>( in GenFieldOffset() 302 ? table->GetStruct<const void *>(fd.value.offset) in GenFieldOffset()
|
D | reflection.cpp | 31 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/ |
D | xmlrpc.pb.go | 126 func (x *Value) GetStruct() *Struct { func
|
/external/flatbuffers/benchmarks/cpp/flatbuffers/ |
D | bench_generated.h | 154 return GetStruct<const benchmarks_flatbuffers::Bar *>(VT_SIBLING); in sibling()
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_generated.h | 124 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/ |
D | gradients_test.py | 1410 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/ |
D | monster_generated.h | 274 return GetStruct<const MyGame::Sample::Vec3 *>(VT_POS); 277 return GetStruct<MyGame::Sample::Vec3 *>(VT_POS);
|
/external/flatbuffers/tests/evolution_test/ |
D | evolution_v1_generated.h | 281 return GetStruct<const Evolution::V1::Struct *>(VT_F);
|
D | evolution_v2_generated.h | 383 return GetStruct<const Evolution::V2::Struct *>(VT_FF);
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 1406 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/ |
D | monster_test_suffix.h | 1397 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/ |
D | monster_test_generated.hpp | 1397 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/ |
D | monster_test_suffix.hpp | 1397 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/ |
D | monster_test_generated.h | 1410 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/ |
D | Internals.md | 215 const Vec3 *pos() const { return GetStruct<const Vec3 *>(4); }
|
/external/flatbuffers/docs/source/ |
D | internals.md | 215 const Vec3 *pos() const { return GetStruct<const Vec3 *>(4); }
|