Home
last modified time | relevance | path

Searched refs:FooStruct (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.cpp8 struct FooStruct { }; // LF_STRUCTURE struct
56 FooStruct FooStructInstance; in main()
/external/clang/test/SemaOpenCL/
Damdgpu-num-register-attrs.cl3 typedef __attribute__((amdgpu_num_vgpr(128))) struct FooStruct { // expected-error {{'amdgpu_num_vg…
6 } FooStruct;
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1704 struct FooStruct { in to_struct() struct
1709 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { in to_struct() implementation
1710 type Inner = &'a FooStruct; in to_struct()
1713 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in to_struct()
1718 let off: flatbuffers::FollowStart<&FooStruct> = flatbuffers::FollowStart::new(); in to_struct()
1719 assert_eq!(*off.self_follow(&vec[..], 4), FooStruct{a: 1, b: 2, c: 1027}); in to_struct()
1734 struct FooStruct { in to_slice_of_struct_elements() struct
1739 impl flatbuffers::SafeSliceAccess for FooStruct {} in to_slice_of_struct_elements() implementation
1740 impl<'a> flatbuffers::Follow<'a> for FooStruct { in to_slice_of_struct_elements() implementation
1741 type Inner = &'a FooStruct; in to_slice_of_struct_elements()
[all …]
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.lua40 function TableInFirstNS_mt:FooStruct() function
DTableInFirstNS.py40 def FooStruct(self): member in TableInFirstNS
DTableInFirstNS.cs23 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(8); return o… property
DTableInFirstNS.go56 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dstruct_macros.tmpl6 in error/log messages, for example, "FooStruct", "FooMethod request".
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1450 | `FooStruct` | Value or reference to any type that has an appropriate `StructTrai…