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:ReadVarint
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
value-serializer.cc
1205
if (!
ReadVarint
<uint32_t>().To(&version_) || version_ > kLatestVersion) {
in ReadHeader()
1242
Maybe<T> ValueDeserializer::
ReadVarint
() {
in ReadVarint()
function in v8::internal::ValueDeserializer
1324
if (!
ReadVarint
<UnsignedT>().To(&unsigned_value)) return Nothing<T>();
in ReadZigZag()
1355
return
ReadVarint
<uint32_t>().To(value);
in ReadUint32()
1359
return
ReadVarint
<uint64_t>().To(value);
in ReadUint64()
1448
if (
ReadVarint
<uint32_t>().IsNothing()) return MaybeHandle<Object>();
in ReadObjectInternal()
1464
Maybe<uint32_t> number =
ReadVarint
<uint32_t>();
in ReadObjectInternal()
1483
if (!
ReadVarint
<uint32_t>().To(&id)) return MaybeHandle<Object>();
in ReadObjectInternal()
1556
if (!
ReadVarint
<uint32_t>().To(&bitfield)) return MaybeHandle<BigInt>();
in ReadBigInt()
1568
if (!
ReadVarint
<uint32_
in ReadUtf8String()
[all...]
H
A
D
value-serializer.h
251
V8_INLINE Maybe<T>
ReadVarint
() V8_WARN_UNUSED_RESULT;
/third_party/protobuf/python/google/protobuf/internal/
H
A
D
reflection_test.py
91
def
ReadVarint
(self):
member in _MiniDecoder
95
ReadInt32 =
ReadVarint
96
ReadInt64 =
ReadVarint
97
ReadUInt32 =
ReadVarint
98
ReadUInt64 =
ReadVarint
101
return wire_format.ZigZagDecode(self.
ReadVarint
())
106
return wire_format.UnpackTag(self.
ReadVarint
())
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
CodedInputStreamTest.cs
112
public void
ReadVarint
()
in ReadVarint()
method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
CodedInputStreamTest.cs
173
public void
ReadVarint
()
in ReadVarint()
method in Google.Protobuf.CodedInputStreamTest
Completed in 10 milliseconds