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:ToByteString
(Results
1 - 12
of
12
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
CustomOptions.cs
220
ByteString bytes = single.GetValue().
ToByteString
();
229
.Select(v => v.
ToByteString
())
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
FieldMaskTreeTest.cs
167
newSource.MergeFrom(source.
ToByteString
());
in Merge()
170
newDestination.MergeFrom(destination.
ToByteString
());
in Merge()
179
destination.MergeFrom(newDestination.
ToByteString
());
in Merge()
H
A
D
CodedInputStreamTest.cs
362
TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.
ToByteString
());
in ReadHugeBlob()
493
ByteString atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).
ToByteString
();
in MaliciousRecursion()
494
ByteString beyondRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).
ToByteString
();
in MaliciousRecursion()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H
A
D
AnyTest.cs
99
Assert.That(text, Does.Contain("\"@value\": \"" + message.
ToByteString
().ToBase64() + "\""));
in ToString_WithValues()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
AnyPartial.cs
143
Value = message.
ToByteString
()
in Pack()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
CodedInputStreamTest.cs
263
TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.
ToByteString
());
in ReadHugeBlob()
316
ByteString atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).
ToByteString
();
in MaliciousRecursion()
317
ByteString beyondRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).
ToByteString
();
in MaliciousRecursion()
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H
A
D
Program.cs
152
return new ConformanceResponse { ProtobufPayload = message.
ToByteString
() };
in PerformRequest()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H
A
D
AnyTest.cs
117
Assert.That(text, Does.Contain("\"@value\": \"" + message.
ToByteString
().ToBase64() + "\""));
in ToString_WithValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorDeclarationTest.cs
170
var byteStrings = descriptorSet.File.Select(f => f.
ToByteString
()).ToList();
in LoadProtos()
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
FieldMaskTree.cs
336
var sourceByteString = ((IMessage)sourceField).
ToByteString
();
in Merge()
H
A
D
MessageExtensions.cs
143
public static ByteString
ToByteString
(this IMessage message)
in ToByteString()
method in Google.Protobuf.MessageExtensions
H
A
D
JsonParser.cs
555
var data = body.
ToByteString
();
in MergeAny()
Completed in 10 milliseconds