Home
last modified time | relevance | path

Searched refs:doc_comment_ (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp248 doc_comment_.clear(); in Next()
354 doc_comment_.push_back(std::string(start + 1, cursor_)); in Next()
601 std::vector<std::string> dc = doc_comment_; in ParseField()
1228 std::vector<std::string> enum_comment = doc_comment_; in ParseEnum()
1273 std::vector<std::string> value_comment = doc_comment_; in ParseEnum()
1371 std::vector<std::string> dc = doc_comment_; in ParseDecl()
1438 std::vector<std::string> service_comment = doc_comment_; in ParseService()
1532 std::vector<std::string> struct_comment = doc_comment_; in ParseProtoDecl()
1623 std::vector<std::string> field_comment = doc_comment_; in ParseProtoFields()
/external/flatbuffers/include/flatbuffers/
Didl.h415 std::vector<std::string> doc_comment_; member