OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PB_MAX_REQUIRED_FIELDS
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/
pb.h
22
/* #define
PB_MAX_REQUIRED_FIELDS
256 */
121
#ifndef
PB_MAX_REQUIRED_FIELDS
122
#define
PB_MAX_REQUIRED_FIELDS
64
125
#if
PB_MAX_REQUIRED_FIELDS
< 64
126
#error You should not lower
PB_MAX_REQUIRED_FIELDS
from the default value (64).
pb_decode.c
799
uint8_t fields_seen[(
PB_MAX_REQUIRED_FIELDS
+ 7) / 8] = {0, 0, 0, 0, 0, 0, 0, 0};
851
&& iter.required_field_index <
PB_MAX_REQUIRED_FIELDS
)
[
all
...]
Completed in 47 milliseconds