HomeSort by relevance Sort by last modified time
    Searched refs:structs_ (Results 1 - 10 of 10) sorted by null

  /external/flatbuffers/src/
code_generators.cpp 92 for (auto it = parser_.structs_.vec.begin();
93 it != parser_.structs_.vec.end(); ++it) {
idl_gen_fbs.cpp 103 for (auto it = parser.structs_.vec.begin();
104 it != parser.structs_.vec.end(); ++it) {
idl_parser.cpp 586 // structs_ need to have a predictable format, so we need to align to
608 return Error("structs_ may contain only scalar or struct fields");
    [all...]
idl_gen_cpp.cpp 105 for (auto it = parser_.structs_.vec.begin();
106 it != parser_.structs_.vec.end(); ++it) {
129 for (auto it = parser_.structs_.vec.begin();
130 it != parser_.structs_.vec.end(); ++it) {
137 for (auto it = parser_.structs_.vec.begin();
138 it != parser_.structs_.vec.end(); ++it) {
145 for (auto it = parser_.structs_.vec.begin();
146 it != parser_.structs_.vec.end(); ++it) {
    [all...]
idl_gen_general.cpp 178 for (auto it = parser_.structs_.vec.begin();
179 it != parser_.structs_.vec.end(); ++it) {
    [all...]
idl_gen_go.cpp 738 for (auto it = parser_.structs_.vec.begin();
739 it != parser_.structs_.vec.end(); ++it) {
idl_gen_js.cpp 79 for (auto it = parser_.structs_.vec.begin();
80 it != parser_.structs_.vec.end(); ++it) {
idl_gen_php.cpp 54 for (auto it = parser_.structs_.vec.begin();
55 it != parser_.structs_.vec.end(); ++it) {
    [all...]
idl_gen_python.cpp 619 for (auto it = parser_.structs_.vec.begin();
620 it != parser_.structs_.vec.end(); ++it) {
  /external/flatbuffers/include/flatbuffers/
idl.h 120 // and additional information for vectors/structs_.
206 // Base class for all definition types (fields, structs_, enums_).
587 SymbolTable<StructDef> structs_; member in class:flatbuffers::Parser

Completed in 274 milliseconds