Home
last modified time | relevance | path

Searched refs:FT_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/generator/proto/
Dnanopb.proto13 FT_DEFAULT = 0; // Automatically decide field type, generate static field if possible. enumerator
31 optional FieldType type = 3 [default = FT_DEFAULT];
Dnanopb_pb2.py49 FT_DEFAULT = 0 variable
/external/nanopb-c/generator/
Dnanopb_generator.py208 if field_options.type == nanopb_pb2.FT_DEFAULT:
/external/nanopb-c/docs/
Dreference.rst77 is *FT_DEFAULT*, which selects automatically.