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:source_code_info
(Results
1 - 9
of
9
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
FileDescriptorProto.php
79
* Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;</code>
81
protected $
source_code_info
= null;
variable
113
* @type \Google\Protobuf\Internal\SourceCodeInfo $
source_code_info
410
* Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;</code>
415
return isset($this->
source_code_info
) ? $this->
source_code_info
: null;
420
return isset($this->
source_code_info
);
425
unset($this->
source_code_info
);
434
* Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;</code>
441
$this->
source_code_info
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser.h
236
SourceCodeInfo*
source_code_info
);
287
void Init(const LocationRecorder& parent, SourceCodeInfo*
source_code_info
);
554
// This is semi-obsolete: FileDescriptorProto.
source_code_info
now contains
H
A
D
parser.cc
415
SourceCodeInfo*
source_code_info
) {
in LocationRecorder()
416
Init(parent,
source_code_info
);
in LocationRecorder()
434
SourceCodeInfo*
source_code_info
) {
in Init()
436
source_code_info_ =
source_code_info
;
in Init()
625
SourceCodeInfo
source_code_info
;
in Parse()
local
626
source_code_info_ = &
source_code_info
;
in Parse()
676
source_code_info
.Swap(file->mutable_source_code_info());
in Parse()
413
LocationRecorder(const LocationRecorder& parent, int path1, SourceCodeInfo*
source_code_info
)
LocationRecorder()
argument
433
Init(const LocationRecorder& parent, SourceCodeInfo*
source_code_info
)
Init()
argument
H
A
D
mock_code_generator.cc
205
file_descriptor_proto.
source_code_info
().location_size() > 0;
in Generate()
H
A
D
parser_unittest.cc
2552
// recorded correctly in FileDescriptorProto.
source_code_info
.location.
2567
const SourceCodeInfo& source_info = file_.
source_code_info
();
in Parse()
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.pb.h
837
// optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;
843
const PROTOBUF_NAMESPACE_ID::SourceCodeInfo&
source_code_info
() const;
846
void set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo*
source_code_info
);
852
PROTOBUF_NAMESPACE_ID::SourceCodeInfo*
source_code_info
);
7199
// optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;
7217
inline const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& FileDescriptorProto::
source_code_info
() const {
in source_code_info()
function in FileDescriptorProto
7218
// @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.
source_code_info
)
in source_code_info()
7222
PROTOBUF_NAMESPACE_ID::SourceCodeInfo*
source_code_info
) {
in unsafe_arena_set_allocated_source_code_info()
7226
source_code_info_ =
source_code_info
;
in unsafe_arena_set_allocated_source_code_info()
7227
if (
source_code_info
) {
in unsafe_arena_set_allocated_source_code_info()
7221
unsafe_arena_set_allocated_
source_code_info
( PROTOBUF_NAMESPACE_ID::SourceCodeInfo*
source_code_info
)
unsafe_arena_set_allocated_source_code_info()
argument
7262
set_allocated_
source_code_info
(PROTOBUF_NAMESPACE_ID::SourceCodeInfo*
source_code_info
)
set_allocated_source_code_info()
argument
[all...]
H
A
D
descriptor.pb.cc
1025
"Options\0229\n\020
source_code_info
\030\t \001(\0132\037.goog"
1601
static const PROTOBUF_NAMESPACE_ID::SourceCodeInfo&
source_code_info
(const FileDescriptorProto* msg);
1615
FileDescriptorProto::_Internal::
source_code_info
(const FileDescriptorProto* msg) {
in source_code_info()
function in FileDescriptorProto::_Internal
1849
// optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;
in _InternalParse()
1997
// optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;
in _InternalSerialize()
2002
9, _Internal::
source_code_info
(this), target, stream);
in _InternalSerialize()
2127
// optional .google.protobuf.SourceCodeInfo
source_code_info
= 9;
in ByteSizeLong()
H
A
D
descriptor.cc
4354
info->CopyFrom(proto.
source_code_info
());
in BuildFileImpl()
H
A
D
descriptor_unittest.cc
7780
const SourceCodeInfo& info = file_desc_proto.
source_code_info
();
in TEST_F()
Completed in 72 milliseconds