Home
last modified time | relevance | path

Searched refs:FooOne (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dcode-seg.cpp3 struct __declspec(code_seg("my_one")) FooOne { struct
11 int __declspec(code_seg("my_four")) FooOne::barC() { return 10; } in barC()
/external/flatbuffers/docs/source/
DSchemas.md402 add a field `foo_type: FooOne` right before the `foo` field, where
403 `FooOne` would be the table out of the union you want to use.