Home
last modified time | relevance | path

Searched refs:GetComment (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h186 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()
Dpython_generator_helpers.h114 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()
Dobjective_c_generator.cc55 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/include/
Dv8-profiler.h1050 const char* GetComment();
/external/v8/src/
Dapi.cc10188 const char* CodeEvent::GetComment() { in GetComment() function in v8::CodeEvent