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:getWireType
(Results
1 - 8
of
8
) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
MapEntryLite.java
181
if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.
getWireType
())) {
in parseEntry()
183
} else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.
getWireType
())) {
in parseEntry()
211
if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.
getWireType
())) {
in parseInto()
213
} else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.
getWireType
())) {
in parseInto()
H
A
D
WireFormat.java
163
public int
getWireType
() {
in getWireType()
method in WireFormat.FieldType
H
A
D
FieldSet.java
493
return type.
getWireType
();
in getWireFormatForFieldType()
H
A
D
MessageSchema.java
4447
if (wireType == metadata.keyType.
getWireType
()) {
in decodeMapEntry()
4455
if (wireType == metadata.valueType.
getWireType
()) {
in decodeMapEntry()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
GPBWire.php
62
public static function
getWireType
($type)
function
398
return ($number << 3) | self::
getWireType
($type);
H
A
D
Message.php
495
GPBWire::
getWireType
($field->getType())) {
/third_party/protobuf/js/experimental/runtime/kernel/
H
A
D
kernel.js
38
const wireType = Field.
getWireType
(indexEntry);
105
Field.
getWireType
(indexArray[0]) === WireType.DELIMITED) {
111
const wireType = Field.
getWireType
(indexEntry);
498
writer.writeTag(fieldNumber, Field.
getWireType
(indexEntry));
501
Field.getStartIndex(indexEntry), Field.
getWireType
(indexEntry),
/third_party/protobuf/js/binary/
H
A
D
reader.js
204
jspb.BinaryReader.prototype.
getWireType
= function() {
Completed in 18 milliseconds