Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:leading_comments
(Results
1 - 9
of
9
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H
A
D
Location.php
92
* Generated from protobuf field <code>optional string
leading_comments
= 3;</code>
94
protected $
leading_comments
= null;
variable
138
* @type string $
leading_comments
322
* Generated from protobuf field <code>optional string
leading_comments
= 3;</code>
327
return isset($this->
leading_comments
) ? $this->
leading_comments
: '';
332
return isset($this->
leading_comments
);
337
unset($this->
leading_comments
);
378
* Generated from protobuf field <code>optional string
leading_comments
= 3;</code>
385
$this->
leading_comments
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H
A
D
csharp_doc_comment.cc
50
string comments = location.
leading_comments
.empty() ?
in WriteDocCommentBodyImpl()
51
location.trailing_comments : location.
leading_comments
;
in WriteDocCommentBodyImpl()
/third_party/protobuf/src/google/protobuf/compiler/java/
H
A
D
java_doc_comment.cc
107
std::string comments = location.
leading_comments
.empty()
in WriteDocCommentBodyForLocation()
109
: location.
leading_comments
;
in WriteDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H
A
D
objectivec_helpers.cc
939
const string& comments = location.
leading_comments
.empty()
in BuildCommentsString()
941
: location.
leading_comments
;
in BuildCommentsString()
/third_party/protobuf/src/google/protobuf/compiler/php/
H
A
D
php_generator.cc
1601
string comments = location.
leading_comments
.empty() ?
in GenerateDocCommentBodyForLocation()
1602
location.trailing_comments : location.
leading_comments
;
in GenerateDocCommentBodyForLocation()
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.h
155
std::string
leading_comments
;
member
H
A
D
descriptor.cc
2403
if (!source_loc_.
leading_comments
.empty()) {
in AddPreComment()
2404
*output += FormatComment(source_loc_.
leading_comments
);
in AddPreComment()
2980
out_location->
leading_comments
= loc->
leading_comments
();
in GetSourceLocation()
H
A
D
descriptor.pb.h
6011
// optional string
leading_comments
= 3;
6017
const std::string&
leading_comments
() const;
6024
void set_allocated_leading_comments(std::string*
leading_comments
);
12366
// optional string
leading_comments
= 3;
12378
inline const std::string& SourceCodeInfo_Location::
leading_comments
() const {
in leading_comments()
function in SourceCodeInfo_Location
12379
// @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.
leading_comments
)
in leading_comments()
12384
// @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.
leading_comments
)
in set_leading_comments()
12387
// @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.
leading_comments
)
in mutable_leading_comments()
12401
// @@protoc_insertion_point(field_set_rvalue:google.protobuf.SourceCodeInfo.Location.
leading_comments
)
in set_leading_comments()
12408
// @@protoc_insertion_point(field_set_char:google.protobuf.SourceCodeInfo.Location.
leading_comments
)
in set_leading_comments()
12429
set_allocated_
leading_comments
(std::string*
leading_comments
)
set_allocated_leading_comments()
argument
12435
leading_comments
_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
leading_comments
,
set_allocated_leading_comments()
local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser_unittest.cc
2688
iter->second->
leading_comments
());
in HasSpanWithComment()
Completed in 52 milliseconds