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:fieldnum
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
7464
int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t
fieldnum
,
in upb_pbdecoder_skipunknown()
argument
7466
if (
fieldnum
>= 0)
in upb_pbdecoder_skipunknown()
7473
fieldnum
= tag >> 3;
in upb_pbdecoder_skipunknown()
7476
if (
fieldnum
== 0) {
in upb_pbdecoder_skipunknown()
7500
if (!pushtagdelim(d, -
fieldnum
)) {
in upb_pbdecoder_skipunknown()
7505
if (
fieldnum
== -d->top->groupnum) {
in upb_pbdecoder_skipunknown()
7507
} else if (
fieldnum
== d->top->groupnum) {
in upb_pbdecoder_skipunknown()
7547
uint32_t
fieldnum
;
in dispatch()
local
7554
fieldnum
= tag >> 3;
in dispatch()
7558
if (
fieldnum
!
in dispatch()
[all...]
H
A
D
upb.h
6166
int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t
fieldnum
,
6197
* (UPB_MAX_FIELDNUMBER +
fieldnum
) and jump there.
6201
* could key the table on
fieldnum
+wiretype, the table would be 8x sparser.
/third_party/protobuf/conformance/
H
A
D
binary_json_conformance_suite.cc
148
string tag(uint32_t
fieldnum
, char wire_type) {
149
return varint((
fieldnum
<< 3) | wire_type);
Completed in 37 milliseconds