HomeSort by relevance Sort by last modified time
    Searched defs:GenComment (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/src/
code_generators.cpp 142 void GenComment(const std::vector<std::string> &dc, std::string *code_ptr,
idl_gen_cpp.cpp 367 void GenComment(const std::vector<std::string> &dc, const char *prefix = "") {
369 ::flatbuffers::GenComment(dc, &text, nullptr, prefix);
783 GenComment(enum_def.doc_comment);
795 GenComment(ev.doc_comment, " ");
    [all...]

Completed in 77 milliseconds