Home
last modified time | relevance | path

Searched refs:X (Results 1 – 10 of 10) sorted by relevance

/nanopb-3.4.0/tests/backwards_compatibility/
Dalltypes_legacy.h240 #define SubMessage_FIELDLIST(X, a) \ argument
241 X(a, STATIC, REQUIRED, STRING, substuff1, 1) \
242 X(a, STATIC, REQUIRED, INT32, substuff2, 2) \
243 X(a, STATIC, OPTIONAL, FIXED32, substuff3, 3)
246 #define EmptyMessage_FIELDLIST(X, a) \ argument
250 #define Limits_FIELDLIST(X, a) \ argument
251 X(a, STATIC, REQUIRED, INT32, int32_min, 1) \
252 X(a, STATIC, REQUIRED, INT32, int32_max, 2) \
253 X(a, STATIC, REQUIRED, UINT32, uint32_min, 3) \
254 X(a, STATIC, REQUIRED, UINT32, uint32_max, 4) \
[all …]
/nanopb-3.4.0/tests/site_scons/platforms/stm32/
Drun_test.sh8 test X$OPENOCD_BOARD == X && export OPENOCD_BOARD=board/stm32f7discovery.cfg
/nanopb-3.4.0/tests/special_characters/
Dfunny-proto+name has.characters.proto12 required int32 X = 2; field
18 required int32 X = 3; field
/nanopb-3.4.0/tests/enum_mapping/
Denum_mapping.proto12 X = 0; enumerator
/nanopb-3.4.0/
DREADME.md44 The binary packages for Windows, Linux and Mac OS X should contain all necessary
68 Note: Mac OS X by default aliases 'clang' as 'gcc', while not actually
70 Mac OS X, use: `scons CC=clang CXX=clang`. Same way can be used to run
DCHANGELOG.txt130 Fix compile error when struct members are called X or a (#492)
377 Switch to .tar.gz format for Mac OS X packages. (issue 154)
/nanopb-3.4.0/tests/
DSConstruct41 # from site_scons/platforms/X/X.py
61 # On Mac OS X, gcc is usually alias for clang.
/nanopb-3.4.0/docs/
Dconcepts.md373 #define Person_PhoneNumber_FIELDLIST(X, a) \
374 X(a, STATIC, REQUIRED, STRING, number, 1) \
375 X(a, STATIC, OPTIONAL, UENUM, type, 2)
Dwhats_new.md133 This allows a kind of metaprogramming using [X-macros]()
Dreference.md449 arrays, based on a list of fields in [X-macro](https://en.wikipedia.org/wiki/X_Macro) format. :