OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leading_comments
(Results
1 - 22
of
22
) sorted by null
/external/protobuf/src/google/protobuf/compiler/csharp/
csharp_doc_comment.cc
50
string comments = location.
leading_comments
.empty() ?
51
location.trailing_comments : location.
leading_comments
;
/external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc
107
string comments = location.
leading_comments
.empty() ?
108
location.trailing_comments : location.
leading_comments
;
/external/flatbuffers/grpc/src/compiler/
cpp_generator.cc
122
grpc::string
leading_comments
= file->GetLeadingComments("//");
local
123
if (!
leading_comments
.empty()) {
125
printer->Print(
leading_comments
.c_str());
[
all
...]
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc
814
const string& comments = location.
leading_comments
.empty()
816
: location.
leading_comments
;
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
118
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
5806
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
118
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
5806
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h
118
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
5806
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h
118
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
5806
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.h
144
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
7272
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
7308
leading_comments
_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
leading_comments
);
local
[
all
...]
descriptor.pb.cc
14147
const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
14183
leading_comments
_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
leading_comments
);
local
[
all
...]
descriptor.cc
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h
144
string
leading_comments
;
member in struct:google::protobuf::SourceLocation
[
all
...]
descriptor.pb.h
7272
inline const ::std::string& SourceCodeInfo_Location::
leading_comments
() const {
function in class:google::protobuf::SourceCodeInfo_Location
7308
leading_comments
_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
leading_comments
);
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
[
all
...]
/external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
6983
inline upb::reffed_ptr<const upb::FieldDef>
leading_comments
() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_SourceCodeInfo_Location_
leading_comments
) }
function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::SourceCodeInfo::Location
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
[
all
...]
Completed in 683 milliseconds