Home | History | Annotate | Download | only in src

Lines Matching refs:_text

27                       std::string *_text);
41 std::string *_text) {
42 std::string &text = *_text;
54 std::string *_text) {
55 std::string &text = *_text;
59 OutputIdentifier(enum_val->name, opts, _text);
76 std::string *_text) {
77 std::string &text = *_text;
88 indent + Indent(opts), nullptr, opts, _text)) {
93 opts, _text)) {
104 static bool EscapeString(const String &s, std::string *_text, const IDLOptions& opts) {
105 std::string &text = *_text;
174 std::string *_text) {
184 _text)) {
193 _text)) {
198 if (!EscapeString(*reinterpret_cast<const String *>(val), _text, opts)) {
212 type, indent, opts, _text)) { \
230 std::string *_text) {
234 opts, _text);
240 const IDLOptions &opts, std::string *_text) {
252 return Print(val, fd.value.type, indent, union_sd, opts, _text);
259 std::string *_text) {
260 std::string &text = *_text;
278 OutputIdentifier(fd.name, opts, _text);
286 opts, indent + Indent(opts), _text)) { \
299 union_sd, opts, _text)) {
325 std::string *_text) {
326 std::string &text = *_text;
333 _text)) {