HomeSort by relevance Sort by last modified time
    Searched full:field_options (Results 1 - 13 of 13) sorted by null

  /external/nanopb-c/generator/
nanopb_generator.py 162 def __init__(self, struct_name, desc, field_options):
175 if field_options.HasField("max_size"):
176 self.max_size = field_options.max_size
178 if field_options.HasField("max_count"):
179 self.max_count = field_options.max_count
208 if field_options.type == nanopb_pb2.FT_DEFAULT:
210 field_options.type = nanopb_pb2.FT_STATIC
212 field_options.type = nanopb_pb2.FT_CALLBACK
214 if field_options.type == nanopb_pb2.FT_STATIC and not can_be_static:
218 if field_options.type == nanopb_pb2.FT_STATIC
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 54 typedef int Field_Options;
88 Field_Options opts; /* options */
329 extern NCURSES_EXPORT(int) set_field_opts (FIELD *,Field_Options);
330 extern NCURSES_EXPORT(int) field_opts_on (FIELD *,Field_Options);
331 extern NCURSES_EXPORT(int) field_opts_off (FIELD *,Field_Options);
347 extern NCURSES_EXPORT(Field_Options) field_opts (const FIELD *);
cursesf.h 267 inline void options_on (Field_Options opts) {
272 inline void options_off (Field_Options opts) {
277 inline Field_Options options () const {
282 inline void set_options (Field_Options opts) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 54 typedef int Field_Options;
88 Field_Options opts; /* options */
344 extern NCURSES_EXPORT(int) set_field_opts (FIELD *,Field_Options);
345 extern NCURSES_EXPORT(int) field_opts_on (FIELD *,Field_Options);
346 extern NCURSES_EXPORT(int) field_opts_off (FIELD *,Field_Options);
362 extern NCURSES_EXPORT(Field_Options) field_opts (const FIELD *);
cursesf.h 267 inline void options_on (Field_Options opts) {
272 inline void options_off (Field_Options opts) {
277 inline Field_Options options () const {
282 inline void set_options (Field_Options opts) {
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 156 field_options = field_descriptor.GetOptions()
158 self.assertEqual(8765432109, field_options.Extensions[field_opt1])
160 self.assertEqual(42, field_options.Extensions[field_opt2])
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 1207 string field_options = OptionsValue( local
    [all...]
  /development/tools/idegen/templates/
android.ipr 105 <option name="FIELD_OPTIONS">
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 1131 #define FIELD_OPTIONS (FIELD_CODEC+7)
    [all...]
  /development/ide/intellij/
IndecentExposure.xml 360 <option name="FIELD_OPTIONS">
  /development/tools/idegen/
idegen.ipr 119 <option name="FIELD_OPTIONS">
  /frameworks/base/tools/preload/
preload.ipr 175 <option name="FIELD_OPTIONS">

Completed in 856 milliseconds