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:CopyFromUtf8
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
ByteStringTest.cs
89
Assert.IsTrue(ByteString.
CopyFromUtf8
("").IsEmpty);
in IsEmptyWhenEmpty()
95
Assert.IsFalse(ByteString.
CopyFromUtf8
("X").IsEmpty);
in IsEmptyWhenNotEmpty()
112
ByteString bs = ByteString.
CopyFromUtf8
("Hello");
in ToByteArrayCopiesContents()
124
ByteString bs = ByteString.
CopyFromUtf8
("\u20ac");
in CopyFromUtf8UsesUtf8()
144
ByteString bs = ByteString.
CopyFromUtf8
("\u20ac");
in ToStringUtf8()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
ByteStringTest.cs
93
Assert.IsTrue(ByteString.
CopyFromUtf8
("").IsEmpty);
in IsEmptyWhenEmpty()
99
Assert.IsFalse(ByteString.
CopyFromUtf8
("X").IsEmpty);
in IsEmptyWhenNotEmpty()
116
ByteString bs = ByteString.
CopyFromUtf8
("Hello");
in ToByteArrayCopiesContents()
128
ByteString bs = ByteString.
CopyFromUtf8
("\u20ac");
in CopyFromUtf8UsesUtf8()
148
ByteString bs = ByteString.
CopyFromUtf8
("\u20ac");
in ToStringUtf8()
H
A
D
GeneratedMessageTest.Proto2.cs
70
Assert.AreEqual(ByteString.
CopyFromUtf8
("world"), message.DefaultBytes);
in DefaultProto2Values()
167
Assert.AreEqual(ByteString.
CopyFromUtf8
("world"), message.GetExtension(DefaultBytesExtension));
in DefaultExtensionValues()
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
ByteString.cs
266
public static ByteString
CopyFromUtf8
(string text)
in CopyFromUtf8()
method in Google.Protobuf.ByteString
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
CustomOptionsTest.cs
107
AssertOption(ByteString.
CopyFromUtf8
("Hello\0World"), customOptions.TryGetBytes, BytesOpt, d.GetOption, d.GetOptions().GetExtension);
in ScalarOptions()
Completed in 4 milliseconds