Home
last modified time | relevance | path

Searched defs:foo_struct (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace_a/
H A Dtable_in_first_ns_generated.rs70 let foo_struct = self.foo_struct().map(|x| { in unpack() localVariable
98 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() method
138 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, field
222 pub foo_struct: Option<namespace_b::StructInNestedNST>, field
246 let foo_struct = foo_struct_tmp.as_ref(); in pack() localVariable
/aosp_15_r20/external/clang/test/Analysis/
H A Dnull-deref-ps.c18 struct foo_struct { struct
22 int f2(struct foo_struct* p) { in f2() argument
/aosp_15_r20/external/stg/test_cases/info_tests/composite/
H A Dkind.cc13 Struct foo_struct; variable
/aosp_15_r20/external/stg/test_cases/info_tests/source_filter/
H A Dtype_roots.cc25 Struct foo_struct; variable
H A Dtypes.cc25 Struct foo_struct; variable
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.php89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)
/aosp_15_r20/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.h123 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() function