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:PayloadCase
(Results
1 - 5
of
5
) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H
A
D
conformance_request.js
62
* @return {!ConformanceRequest.
PayloadCase
}
66
return /** @type {!ConformanceRequest.
PayloadCase
} */ (
67
ConformanceRequest.
PayloadCase
.PROTOBUF_PAYLOAD);
69
return /** @type {!ConformanceRequest.
PayloadCase
} */ (
70
ConformanceRequest.
PayloadCase
.JSON_PAYLOAD);
72
return /** @type {!ConformanceRequest.
PayloadCase
} */ (
73
ConformanceRequest.
PayloadCase
.TEXT_PAYLOAD);
75
return /** @type {!ConformanceRequest.
PayloadCase
} */ (
76
ConformanceRequest.
PayloadCase
.PAYLOAD_NOT_SET);
84
ConformanceRequest.
PayloadCase
[all...]
H
A
D
conformance_testee.js
19
if(request.getPayloadCase() === ConformanceRequest.
PayloadCase
.JSON_PAYLOAD) {
24
if(request.getPayloadCase() === ConformanceRequest.
PayloadCase
.TEXT_PAYLOAD) {
29
if(request.getPayloadCase() === ConformanceRequest.
PayloadCase
.PAYLOAD_NOT_SET) {
34
if(request.getPayloadCase() !== ConformanceRequest.
PayloadCase
.PROTOBUF_PAYLOAD) {
/third_party/protobuf/conformance/
H
A
D
conformance_nodejs.js
53
case conformance.ConformanceRequest.
PayloadCase
.PROTOBUF_PAYLOAD: {
75
case conformance.ConformanceRequest.
PayloadCase
.JSON_PAYLOAD:
79
case conformance.ConformanceRequest.
PayloadCase
.TEXT_PAYLOAD:
83
case conformance.ConformanceRequest.
PayloadCase
.PAYLOAD_NOT_SET:
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H
A
D
Program.cs
95
switch (request.
PayloadCase
)
in PerformRequest()
133
throw new Exception("Unsupported request payload: " + request.
PayloadCase
);
in PerformRequest()
H
A
D
Conformance.cs
312
switch (other.
PayloadCase
) {
in ConformanceRequest()
468
public PayloadOneofCase
PayloadCase
{
property in Conformance.ConformanceRequest
500
if (
PayloadCase
!= other.
PayloadCase
) return false;
in Equals()
679
switch (other.
PayloadCase
) {
in MergeFrom()
Completed in 8 milliseconds