Home
last modified time | relevance | path

Searched defs:doc_comment (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Didl.h245 std::vector<std::string> doc_comment; member
341 std::vector<std::string> doc_comment; member
/external/rust/crates/proc-macro2/src/
Dfallback.rs1384 fn doc_comment(input: Cursor) -> PResult<Vec<TokenTree>> { in doc_comment() function
/external/flatbuffers/src/
Didl_parser.cpp1919 std::vector<std::string> doc_comment = doc_comment_; in ParseService() local