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:WrapInQuotes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
JsonParserTest.cs
171
var parsed = JsonParser.Default.Parse<BytesValue>(
WrapInQuotes
(data.ToBase64()));
in BytesWrapper_Standalone()
642
string json =
WrapInQuotes
(jsonValue);
in Timestamp_Valid()
644
Assert.AreEqual(
WrapInQuotes
(expectedFormatted), parsed.ToString());
in Timestamp_Valid()
669
string json =
WrapInQuotes
(jsonValue);
in Timestamp_Invalid()
743
string json =
WrapInQuotes
(jsonValue);
in Duration_Valid()
745
Assert.AreEqual(
WrapInQuotes
(expectedFormatted), parsed.ToString());
in Duration_Valid()
773
string json =
WrapInQuotes
(jsonValue);
in Duration_Invalid()
789
string json =
WrapInQuotes
(jsonValue);
in FieldMask_Valid()
798
string json =
WrapInQuotes
(jsonValue);
in FieldMask_Invalid()
934
internal static string
WrapInQuotes
(strin
method in Google.Protobuf.JsonParserTest
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
JsonParserTest.cs
173
var parsed = JsonParser.Default.Parse<BytesValue>(
WrapInQuotes
(data.ToBase64()));
in BytesWrapper_Standalone()
644
string json =
WrapInQuotes
(jsonValue);
in Timestamp_Valid()
646
Assert.AreEqual(
WrapInQuotes
(expectedFormatted), parsed.ToString());
in Timestamp_Valid()
671
string json =
WrapInQuotes
(jsonValue);
in Timestamp_Invalid()
761
string json =
WrapInQuotes
(jsonValue);
in Duration_Valid()
763
Assert.AreEqual(
WrapInQuotes
(expectedFormatted), parsed.ToString());
in Duration_Valid()
791
string json =
WrapInQuotes
(jsonValue);
in Duration_Invalid()
807
string json =
WrapInQuotes
(jsonValue);
in FieldMask_Valid()
816
string json =
WrapInQuotes
(jsonValue);
in FieldMask_Invalid()
1020
internal static string
WrapInQuotes
(strin
method in Google.Protobuf.JsonParserTest
[all...]
H
A
D
JsonFormatterTest.cs
40
using static Google.Protobuf.JsonParserTest; // For
WrapInQuotes
438
Assert.AreEqual(
WrapInQuotes
(expected), new Timestamp { Nanos = nanos }.ToString());
in TimestampStandalone()
496
Assert.AreEqual(
WrapInQuotes
(expected), json);
in DurationStandalone()
Completed in 5 milliseconds