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:ReadFixed32
(Results
1 - 12
of
12
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
ParseContext.cs
203
public uint
ReadFixed32
()
in ReadFixed32()
method
H
A
D
UnknownFieldSet.cs
218
uint uint32 = ctx.
ReadFixed32
();
in MergeFieldFrom()
H
A
D
CodedInputStream.cs
405
public uint
ReadFixed32
()
in ReadFixed32()
method in Google.Protobuf.CodedInputStream
H
A
D
FieldCodec.cs
277
return new FieldCodec<uint>((ref ParseContext ctx) => ctx.
ReadFixed32
(), (ref WriteContext output, uint value) => output.WriteFixed32(value), 4, tag, defaultValue);
in ForFixed32()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H
A
D
ParseRawPrimitivesBenchmark.cs
190
sum += cis.
ReadFixed32
();
in ParseFixed32_CodedInputStream()
203
sum += ctx.
ReadFixed32
();
in ParseFixed32_ParseContext()
H
A
D
BenchmarkMessage1Proto3.cs
2411
Field203 = input.
ReadFixed32
();
in MergeFrom()
2505
Field203 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
CodedInputStreamTest.cs
222
Assert.AreEqual(value, ctx.
ReadFixed32
());
in AssertReadLittleEndian32()
235
Assert.AreEqual(value, ctx.
ReadFixed32
());
in AssertReadLittleEndian32()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestProto3Optional.cs
996
OptionalFixed32 = input.
ReadFixed32
();
in MergeFrom()
1100
OptionalFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
H
A
D
TestMessagesProto3.cs
3772
OptionalFixed32 = input.
ReadFixed32
();
in MergeFrom()
4485
OptionalFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
H
A
D
TestMessagesProto2.cs
3639
OptionalFixed32 = input.
ReadFixed32
();
in MergeFrom()
4188
OptionalFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
H
A
D
UnittestProto3.cs
1563
SingleFixed32 = input.
ReadFixed32
();
in MergeFrom()
1802
SingleFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
H
A
D
Unittest.cs
3722
OptionalFixed32 = input.
ReadFixed32
();
in MergeFrom()
3960
DefaultFixed32 = input.
ReadFixed32
();
in MergeFrom()
4075
OptionalFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
4313
DefaultFixed32 = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
24373
ScalarExtension = input.
ReadFixed32
();
in MergeFrom()
24422
ScalarExtension = input.
ReadFixed32
();
in IBufferMessage.InternalMergeFrom()
[all...]
Completed in 88 milliseconds