Searched defs:Brief (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Index/ | ||
H A D | CommentToXML.cpp | 87 const BlockContentComment *Brief; member in struct:__anon1416::FullCommentParts 99 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) { 123 if (!Brief && Info->IsBriefCommand) { 124 Brief = BCC; 447 if (Parts.Brief) 448 visit(Parts.Brief); 958 if (Parts.Brief) { 960 visit(Parts.Brief); |
/external/v8/src/ | ||
H A D | objects.h | 1420 struct Brief { struct in namespace:v8::internal 1421 explicit Brief(const Object* const v) : value(v) {} function in struct:v8::internal::Brief 1426 std::ostream& operator<<(std::ostream& os, const Brief& v); |
Completed in 142 milliseconds