OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PB_ATYPE
(Results
1 - 3
of
3
) sorted by null
/external/nanopb-c/
pb_encode.c
121
if (
PB_ATYPE
(field->type) != PB_ATYPE_POINTER && count > field->array_size)
179
if (
PB_ATYPE
(field->type) == PB_ATYPE_POINTER &&
214
if (
PB_ATYPE
(field->type) == PB_ATYPE_POINTER)
284
switch (
PB_ATYPE
(field->type))
345
if (
PB_ATYPE
(field->type) == PB_ATYPE_POINTER)
351
if (
PB_ATYPE
(field->type) == PB_ATYPE_STATIC &&
625
if (
PB_ATYPE
(field->type) == PB_ATYPE_STATIC &&
641
if (
PB_ATYPE
(field->type) == PB_ATYPE_POINTER)
pb_decode.c
356
if (
PB_ATYPE
(iter->pos->type) == PB_ATYPE_STATIC &&
361
else if (
PB_ATYPE
(iter->pos->type) == PB_ATYPE_POINTER)
650
switch (
PB_ATYPE
(iter->pos->type))
744
if (
PB_ATYPE
(type) == PB_ATYPE_STATIC)
775
else if (
PB_ATYPE
(type) == PB_ATYPE_POINTER)
786
else if (
PB_ATYPE
(type) == PB_ATYPE_CALLBACK)
935
if (
PB_ATYPE
(type) == PB_ATYPE_POINTER)
[
all
...]
pb.h
182
#define
PB_ATYPE
(x) ((x) & PB_ATYPE_MASK)
Completed in 1607 milliseconds