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:ReadFixed64
(Results
1 - 12
of
12
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
ParseContext.cs
194
public ulong
ReadFixed64
()
in ReadFixed64()
method
H
A
D
UnknownFieldSet.cs
224
ulong uint64 = ctx.
ReadFixed64
();
in MergeFieldFrom()
H
A
D
CodedInputStream.cs
397
public ulong
ReadFixed64
()
in ReadFixed64()
method in Google.Protobuf.CodedInputStream
H
A
D
FieldCodec.cs
332
return new FieldCodec<ulong>((ref ParseContext ctx) => ctx.
ReadFixed64
(), (ref WriteContext output, ulong value) => output.WriteFixed64(value), 8, tag, defaultValue);
in ForFixed64()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H
A
D
ParseRawPrimitivesBenchmark.cs
216
sum += cis.
ReadFixed64
();
in ParseFixed64_CodedInputStream()
229
sum += ctx.
ReadFixed64
();
in ParseFixed64_ParseContext()
H
A
D
BenchmarkMessage1Proto3.cs
2395
Field21 = input.
ReadFixed64
();
in MergeFrom()
2489
Field21 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
CodedInputStreamTest.cs
252
Assert.AreEqual(value, ctx.
ReadFixed64
());
in AssertReadLittleEndian64()
265
Assert.AreEqual(value, ctx.
ReadFixed64
());
in AssertReadLittleEndian64()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestProto3Optional.cs
1000
OptionalFixed64 = input.
ReadFixed64
();
in MergeFrom()
1104
OptionalFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
H
A
D
TestMessagesProto3.cs
3776
OptionalFixed64 = input.
ReadFixed64
();
in MergeFrom()
4489
OptionalFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
H
A
D
TestMessagesProto2.cs
3643
OptionalFixed64 = input.
ReadFixed64
();
in MergeFrom()
4192
OptionalFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
H
A
D
UnittestProto3.cs
1567
SingleFixed64 = input.
ReadFixed64
();
in MergeFrom()
1806
SingleFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
H
A
D
Unittest.cs
3726
OptionalFixed64 = input.
ReadFixed64
();
in MergeFrom()
3964
DefaultFixed64 = input.
ReadFixed64
();
in MergeFrom()
4079
OptionalFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
4317
DefaultFixed64 = input.
ReadFixed64
();
in IBufferMessage.InternalMergeFrom()
[all...]
Completed in 92 milliseconds