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

  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 415 string options_string; local
416 enum_descriptor.options().SerializeToString(&options_string);
429 OptionsValue("EnumOptions", options_string));
488 string options_string; local
489 descriptor.options().SerializeToString(&options_string);
500 m["options_value"] = OptionsValue("ServiceOptions", options_string);
515 method->options().SerializeToString(&options_string);
521 m["serialized_options"] = CEscape(options_string);
524 m["options_value"] = OptionsValue("MethodOptions", options_string);
625 string options_string; local
958 string options_string; local
991 string options_string; local
    [all...]
  /external/libchrome/base/trace_event/
trace_config.h 69 // options_string, the last one takes precedence. If none of the trace

Completed in 81 milliseconds