Home
last modified time | relevance | path

Searched refs:FromInclude (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/include_test/sub/
Dinclude_test2_generated.rs34 pub enum FromInclude { enum
42 impl<'a> flatbuffers::Follow<'a> for FromInclude { implementation
50 impl flatbuffers::EndianScalar for FromInclude { implementation
54 let p = &n as *const i64 as *const FromInclude; in to_little_endian() constant
60 let p = &n as *const i64 as *const FromInclude; in from_little_endian() constant
65 impl flatbuffers::Push for FromInclude { implementation
66 type Output = FromInclude;
69 flatbuffers::emplace_scalar::<FromInclude>(dst, *self); in push()
74 pub const ENUM_VALUES_FROM_INCLUDE:[FromInclude; 1] = [
75 FromInclude::IncludeVal
[all …]
Dinclude_test2.fbs6 enum FromInclude:long { IncludeVal }
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp24 bool FromInclude = false) { in checkModuleImportContext() argument
43 S.Diag(ImportLoc, (FromInclude && S.isModuleVisible(M)) in checkModuleImportContext()
/external/clang/lib/Sema/
DSemaDecl.cpp15025 bool FromInclude = false) { in checkModuleImportContext() argument
15044 S.Diag(ImportLoc, (FromInclude && S.isModuleVisible(M)) in checkModuleImportContext()