• Home
  • Raw
  • Download

Lines Matching refs:_text

27                       int indent, const IDLOptions &opts, std::string *_text);
39 std::string *_text) { in OutputIdentifier() argument
40 std::string &text = *_text; in OutputIdentifier()
51 const IDLOptions &opts, std::string *_text) { in Print() argument
52 std::string &text = *_text; in Print()
75 const IDLOptions &opts, std::string *_text) { in PrintVector() argument
76 std::string &text = *_text; in PrintVector()
87 indent + Indent(opts), nullptr, opts, _text)) { in PrintVector()
91 if (!Print(v[i], type, indent + Indent(opts), nullptr, opts, _text)) { in PrintVector()
106 std::string *_text) { in Print() argument
113 _text); in Print()
116 indent, opts, _text)) { in Print()
122 if (!EscapeString(s->c_str(), s->size(), _text, opts.allow_non_utf8, in Print()
138 type, indent, opts, _text)) { \ in Print()
163 const IDLOptions &opts, int indent, std::string *_text) { in GenField() argument
168 fd.value.type, indent, nullptr, opts, _text); in GenField()
172 int indent, const IDLOptions &opts, std::string *_text);
177 std::string *_text) { in GenFieldOffset() argument
187 root.ToString(true, opts.strict_json, *_text); in GenFieldOffset()
192 return GenStruct(*fd.nested_flatbuffer, root, indent, opts, _text); in GenFieldOffset()
198 return Print(val, fd.value.type, indent, union_type, opts, _text); in GenFieldOffset()
204 int indent, const IDLOptions &opts, std::string *_text) { in GenStruct() argument
205 std::string &text = *_text; in GenStruct()
221 OutputIdentifier(fd.name, opts, _text); in GenStruct()
233 opts, indent + Indent(opts), _text)) { \ in GenStruct()
246 union_type, opts, _text)) { in GenStruct()
267 const std::string &table_name, std::string *_text) { in GenerateTextFromTable() argument
272 auto text = *_text; in GenerateTextFromTable()
275 if (!GenStruct(*struct_def, root, 0, parser.opts, _text)) { in GenerateTextFromTable()
284 std::string *_text) { in GenerateText() argument
285 std::string &text = *_text; in GenerateText()
290 if (!GenStruct(*parser.root_struct_def_, root, 0, parser.opts, _text)) { in GenerateText()