OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PB_HTYPE
(Results
1 - 3
of
3
) sorted by null
/external/nanopb-c/
pb_decode.c
357
PB_HTYPE
(iter->pos->type) == PB_HTYPE_REPEATED)
369
if (
PB_HTYPE
(iter->pos->type) == PB_HTYPE_REQUIRED)
417
switch (
PB_HTYPE
(type))
518
switch (
PB_HTYPE
(type))
746
if (
PB_HTYPE
(type) == PB_HTYPE_OPTIONAL)
752
else if (
PB_HTYPE
(type) == PB_HTYPE_REPEATED)
781
if (
PB_HTYPE
(type) == PB_HTYPE_REPEATED)
850
if (
PB_HTYPE
(iter.pos->type) == PB_HTYPE_REQUIRED
875
if (
PB_HTYPE
(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0)
937
if (
PB_HTYPE
(type) == PB_HTYPE_REPEATED &
[
all
...]
pb_encode.c
225
switch (
PB_HTYPE
(field->type))
352
PB_HTYPE
(field->type) == PB_HTYPE_REPEATED)
pb.h
183
#define
PB_HTYPE
(x) ((x) & PB_HTYPE_MASK)
Completed in 80 milliseconds