Home
last modified time | relevance | path

Searched defs:StructDef (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/ui/remote/
Ddouble_generic.rs12 struct StructDef<U> { struct
13 t: u8,
14 u: U,
/third_party/flatbuffers/include/flatbuffers/
Didl.h394 struct StructDef : public Definition { struct
395 StructDef() in StructDef() argument
403 void PadLastField(size_t min_align) { in PadLastField()
414 SymbolTable<FieldDef> fields;
416 bool fixed; // If it's struct, not a table.
417 bool predecl; // If it's used before it was defined.
418 bool sortbysize; // Whether fields come in the declaration or size order.
419 bool has_key; // It has a key field.
420 size_t minalign; // What the whole object needs to be aligned to.
421 size_t bytesize; // Size if fixed.
[all …]
/third_party/flatbuffers/src/
Didl_parser.cpp3341 const StructDef *) -> CheckedError { in SkipAnyJsonValue()
3385 const StructDef *) -> CheckedError { in ParseFlexBufferValue()