HomeSort by relevance Sort by last modified time
    Searched full:doc_comment (Results 1 - 25 of 48) sorted by null

1 2

  /external/flatbuffers/src/
idl_gen_fbs.cpp 92 GenComment(enum_def.doc_comment, &schema, nullptr);
98 GenComment(ev.doc_comment, &schema, nullptr, " ");
108 GenComment(struct_def.doc_comment, &schema, nullptr);
114 GenComment(field.doc_comment, &schema, nullptr, " ");
idl_gen_js.cpp 291 GenDocComment(enum_def.doc_comment, code_ptr, "@enum");
313 if (!ev.doc_comment.empty()) {
317 GenDocComment(ev.doc_comment, code_ptr, "", " ");
564 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor");
582 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor");
675 GenDocComment(field.doc_comment, code_ptr,
724 GenDocComment(field.doc_comment, code_ptr,
780 GenDocComment(field.doc_comment, code_ptr, args +
853 GenDocComment(field.doc_comment, code_ptr,
    [all...]
idl_gen_python.cpp 450 GenComment(field.doc_comment, code_ptr, nullptr, "# ");
517 GenComment(struct_def.doc_comment, code_ptr, nullptr, "# ");
549 GenComment(enum_def.doc_comment, code_ptr, nullptr, "# ");
555 GenComment(ev.doc_comment, code_ptr, nullptr, "# ");
idl_gen_go.cpp 513 GenComment(field.doc_comment, code_ptr, nullptr, "");
588 GenComment(field.doc_comment, code_ptr, nullptr, "");
624 GenComment(struct_def.doc_comment, code_ptr, nullptr);
662 GenComment(enum_def.doc_comment, code_ptr, nullptr);
668 GenComment(ev.doc_comment, code_ptr, nullptr, "\t");
idl_gen_json_schema.cpp 158 const auto &comment_lines = structure->doc_comment;
idl_parser.cpp 627 field->doc_comment = dc;
    [all...]
idl_gen_php.cpp 712 GenComment(field.doc_comment, code_ptr, nullptr);
794 GenComment(struct_def.doc_comment, code_ptr, nullptr);
861 GenComment(enum_def.doc_comment, code_ptr, nullptr);
867 GenComment(ev.doc_comment, code_ptr, nullptr);
    [all...]
idl_gen_general.cpp 530 GenComment(enum_def.doc_comment, code_ptr, &lang_.comment_config);
544 GenComment(ev.doc_comment, code_ptr, &lang_.comment_config, " ");
800 GenComment(struct_def.doc_comment, code_ptr, &lang_.comment_config);
869 GenComment(field.doc_comment, code_ptr, &lang_.comment_config, " ");
    [all...]
idl_gen_cpp.cpp 783 GenComment(enum_def.doc_comment);
795 GenComment(ev.doc_comment, " ");
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 38 DOC_COMMENT;
95 : DOC_COMMENT?
105 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
162 : DOC_COMMENT?
474 : '/*' {if (input.LA(1)=='*') $type=DOC_COMMENT; else $channel=HIDDEN;} .* '*/'
StGUnit.g 37 DOC_COMMENT;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 37 DOC_COMMENT;
93 : DOC_COMMENT?
103 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
157 : DOC_COMMENT?
480 : '/*' {if (input.LA(1)=='*') $type=DOC_COMMENT; else $channel=HIDDEN;} .* '*/'
ANTLRv3Tree.g 42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
ANTLR.g 453 ( cmt=DOC_COMMENT )?
564 ( ( d=DOC_COMMENT
1050 fragment DOC_COMMENT : ;
1065 if ( $type != DOC_COMMENT )
1081 {$type.set(0, (input.LA(1) == '*' && input.LA(2) != '/') ? DOC_COMMENT : ML_COMMENT);}
ANTLRTreePrinter.g 150 (cmt=DOC_COMMENT {out($cmt.text+"\n");} )?
AssignTokenTypesWalker.g 213 (cmt=DOC_COMMENT)?
DefineGrammarItemsWalker.g 149 (cmt=DOC_COMMENT)?
TreeToNFAConverter.g 202 (cmt=DOC_COMMENT)?
CodeGenTreeWalker.g 344 ( cmt=DOC_COMMENT
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g 78 (cmt:DOC_COMMENT)?
  /system/tools/hidl/
hidl-gen_l.ll 95 return token::DOC_COMMENT;
hidl-gen_y.yy 220 %token<docComment> DOC_COMMENT "doc comment"
330 : DOC_COMMENT package imports type_declarations
335 : DOC_COMMENT { $$ = $1; }
336 | doc_comments DOC_COMMENT
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 34 DOC_COMMENT;
  /external/flatbuffers/include/flatbuffers/
idl.h 228 std::vector<std::string> doc_comment; member in struct:flatbuffers::Definition
309 std::vector<std::string> doc_comment; member in struct:flatbuffers::EnumVal
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 294 milliseconds

1 2