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:CopyStateTo
(Results
1 - 13
of
13
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
CodedInputStream.cs
446
ctx.
CopyStateTo
(this);
in ReadMessage()
462
ctx.
CopyStateTo
(this);
in ReadGroup()
694
ctx.
CopyStateTo
(this);
in ReadRawMessage()
H
A
D
CodedOutputStream.cs
276
ctx.
CopyStateTo
(this);
in WriteMessage()
298
ctx.
CopyStateTo
(this);
in WriteRawMessage()
316
ctx.
CopyStateTo
(this);
in WriteGroup()
H
A
D
ExtensionSet.cs
194
ctx.
CopyStateTo
(stream);
356
ctx.
CopyStateTo
(stream);
in WriteTo()
H
A
D
UnknownFieldSet.cs
82
ctx.
CopyStateTo
(output);
in WriteTo()
285
ctx.
CopyStateTo
(input);
in MergeFieldFrom()
H
A
D
WritingPrimitivesMessages.cs
99
ctx.
CopyStateTo
(ctx.state.CodedOutputStream);
in WriteRawMessage()
H
A
D
ParseContext.cs
319
internal void
CopyStateTo
(CodedInputStream input)
in CopyStateTo()
method
H
A
D
ParsingPrimitivesMessages.cs
195
ctx.
CopyStateTo
(ctx.state.CodedInputStream);
in ReadRawMessage()
H
A
D
WriteContext.cs
361
internal void
CopyStateTo
(CodedOutputStream output)
in CopyStateTo()
method
H
A
D
FieldCodec.cs
814
ctx.
CopyStateTo
(output);
859
ctx.
CopyStateTo
(input);
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
FieldCodecTest.cs
135
ctx.
CopyStateTo
(codedOutput);
in TestRoundTripRaw()
192
ctx.
CopyStateTo
(codedOutput);
in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
FieldCodecTest.cs
135
ctx.
CopyStateTo
(codedOutput);
in TestRoundTripRaw()
196
ctx.
CopyStateTo
(codedOutput);
in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H
A
D
MapField.cs
434
ctx.
CopyStateTo
(input);
in AddEntriesFrom()
475
ctx.
CopyStateTo
(output);
in WriteTo()
H
A
D
RepeatedField.cs
107
ctx.
CopyStateTo
(input);
in AddEntriesFrom()
240
ctx.
CopyStateTo
(output);
in WriteTo()
Completed in 10 milliseconds