HomeSort by relevance Sort by last modified time
    Searched full:native_inline (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/include/flatbuffers/
idl.h 241 native_inline(false), flexbuffer(false), nested_flatbuffer(NULL),
252 bool native_inline; // Field will be defined inline (instead of as a pointer) member in struct:flatbuffers::FieldDef
528 known_attributes_["native_inline"] = true;
  /external/flatbuffers/docs/source/
CppUsage.md 119 - `native_inline` (on a field): Because FlatBuffer tables and structs are
126 "native_inline", the value specified with this attribute will be included
  /external/flatbuffers/src/
idl_parser.cpp 679 field->native_inline = field->attributes.Lookup("native_inline") != nullptr;
680 if (field->native_inline && !IsStruct(field->value.type))
681 return Error("native_inline can only be defined on structs'");
    [all...]
idl_gen_cpp.cpp 495 if (invector || field.native_inline) {
    [all...]

Completed in 1450 milliseconds