Searched refs:GetComment (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/compiler/ |
D | python_generator_helpers.h | 114 grpc_generator::GetComment( in get_all_comments() 116 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_LEADING, in get_all_comments() 118 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_TRAILING, in get_all_comments()
|
D | generator_helpers.h | 186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() function 213 inline void GetComment(const grpc::protobuf::FileDescriptor* desc, in GetComment() function 262 grpc_generator::GetComment( in GetPrefixedComments() 265 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in GetPrefixedComments() 269 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in GetPrefixedComments()
|
D | objective_c_generator.cc | 55 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING_DETACHED, in PrintAllComments() 57 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in PrintAllComments() 59 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in PrintAllComments()
|
/external/v8/src/codegen/ |
D | code-comments.cc | 43 const char* CodeCommentsIterator::GetComment() const { in GetComment() function in v8::internal::CodeCommentsIterator 100 << std::setw(6) << it.GetCommentSize() << " (" << it.GetComment() in PrintCodeCommentsSection()
|
D | code-comments.h | 53 const char* GetComment() const;
|
/external/v8/src/heap/ |
D | code-stats.cc | 173 const char* comment_txt = cit->GetComment(); in CollectCommentStatistics() 186 const char* const txt = cit->GetComment(); in CollectCommentStatistics()
|
/external/v8/src/diagnostics/ |
D | disassembler.cc | 344 comments.push_back(cit.GetComment()); in DecodeIt() 417 out.AddFormatted(" %s", cit.GetComment()); in DecodeIt()
|
/external/v8/include/ |
D | v8-profiler.h | 1052 const char* GetComment();
|
/external/v8/src/api/ |
D | api.cc | 10809 const char* CodeEvent::GetComment() { in GetComment() function in v8::CodeEvent
|