Home
last modified time | relevance | path

Searched refs:options_string (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc470 string options_string; in PrintEnum() local
471 enum_descriptor.options().SerializeToString(&options_string); in PrintEnum()
484 OptionsValue("EnumOptions", options_string)); in PrintEnum()
543 string options_string; in PrintServiceDescriptor() local
544 descriptor.options().SerializeToString(&options_string); in PrintServiceDescriptor()
555 m["options_value"] = OptionsValue("ServiceOptions", options_string); in PrintServiceDescriptor()
570 method->options().SerializeToString(&options_string); in PrintServiceDescriptor()
576 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
579 m["options_value"] = OptionsValue("MethodOptions", options_string); in PrintServiceDescriptor()
680 string options_string; in PrintDescriptor() local
[all …]
/external/u-boot/drivers/ddr/fsl/
Dinteractive.c24 struct options_string { struct
36 static void print_option_table(const struct options_string *table, in print_option_table() argument
68 static int handle_option_table(const struct options_string *table, in handle_option_table()
154 static const struct options_string options[] = { in lowest_common_dimm_parameters_edit()
222 static const struct options_string options[] = { in fsl_ddr_dimm_parameters_edit()
321 static const struct options_string options[] = { in print_dimm_parameters()
432 static const struct options_string options[] = { in print_lowest_common_dimm_parameters()
511 static const struct options_string options[] = { in fsl_ddr_options_edit()
609 static const struct options_string options[] = { in print_fsl_memctl_config_regs()
700 static const struct options_string options[] = { in fsl_ddr_regs_edit()
[all …]