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:CommentStyle
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/src/google/protobuf/io/
H
A
D
tokenizer.h
232
enum
CommentStyle
{
enum in google::protobuf::io::Tokenizer
241
void set_comment_style(
CommentStyle
style) { comment_style_ = style; }
in set_comment_style()
287
CommentStyle
comment_style_;
/third_party/protobuf/conformance/third_party/jsoncpp/
H
A
D
jsoncpp.cpp
4790
struct
CommentStyle
{
struct
4803
CommentStyle
::Enum cs,
4829
CommentStyle
::Enum cs_;
4840
CommentStyle
::Enum cs,
in BuiltStyledStreamWriter()
4937
bool isMultiLine = (cs_ ==
CommentStyle
::All) || isMultineArray(value);
in writeArrayValue()
5039
if (cs_ ==
CommentStyle
::None) return;
in writeCommentBeforeValue()
5058
if (cs_ ==
CommentStyle
::None) return;
in writeCommentAfterValueOnSameLine()
5101
CommentStyle
::Enum cs =
CommentStyle
::All;
in newStreamWriter()
5103
cs =
CommentStyle
in newStreamWriter()
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
4736
struct
CommentStyle
{
4749
CommentStyle
::Enum cs,
4773
CommentStyle
::Enum cs_;
4782
CommentStyle
::Enum cs,
4875
bool isMultiLine = (cs_ ==
CommentStyle
::All) || isMultineArray(value);
4978
if (cs_ ==
CommentStyle
::None) return;
4997
if (cs_ ==
CommentStyle
::None) return;
5038
CommentStyle
::Enum cs =
CommentStyle
::All;
5040
cs =
CommentStyle
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
4736
struct
CommentStyle
{
4749
CommentStyle
::Enum cs,
4773
CommentStyle
::Enum cs_;
4782
CommentStyle
::Enum cs,
4875
bool isMultiLine = (cs_ ==
CommentStyle
::All) || isMultineArray(value);
4978
if (cs_ ==
CommentStyle
::None) return;
4997
if (cs_ ==
CommentStyle
::None) return;
5038
CommentStyle
::Enum cs =
CommentStyle
::All;
5040
cs =
CommentStyle
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
4736
struct
CommentStyle
{
4749
CommentStyle
::Enum cs,
4773
CommentStyle
::Enum cs_;
4782
CommentStyle
::Enum cs,
4875
bool isMultiLine = (cs_ ==
CommentStyle
::All) || isMultineArray(value);
4978
if (cs_ ==
CommentStyle
::None) return;
4997
if (cs_ ==
CommentStyle
::None) return;
5038
CommentStyle
::Enum cs =
CommentStyle
::All;
5040
cs =
CommentStyle
[all...]
Completed in 26 milliseconds