options_          188 base/json/json_parser.cc     : options_(options),
options_          209 base/json/json_parser.cc   if (!(options_ & JSON_DETACHABLE_CHILDREN)) {
options_          250 base/json/json_parser.cc   if (!(options_ & JSON_DETACHABLE_CHILDREN)) {
options_          531 base/json/json_parser.cc       if (token == T_OBJECT_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) {
options_          574 base/json/json_parser.cc       if (token == T_ARRAY_END && !(options_ & JSON_ALLOW_TRAILING_COMMAS)) {
options_          594 base/json/json_parser.cc   if (string.CanBeStringPiece() && !(options_ & JSON_DETACHABLE_CHILDREN)) {
options_          227 base/json/json_parser.h   int options_;
options_          116 base/strings/string_tokenizer.h   void set_options(int options) { options_ = options; }
options_          129 base/strings/string_tokenizer.h     if (quotes_.empty() && options_ == 0)
options_          164 base/strings/string_tokenizer.h     options_ = 0;
options_          198 base/strings/string_tokenizer.h       if (options_ & RETURN_DELIMS) {
options_          248 base/strings/string_tokenizer.h   int options_;
options_           21 base/threading/simple_thread.cc     : name_prefix_(name_prefix), name_(name_prefix), options_(options),
options_           32 base/threading/simple_thread.cc   bool success = PlatformThread::Create(options_.stack_size(), this, &thread_);
options_          116 base/threading/simple_thread.h   const Options options_;
options_           45 chrome/browser/extensions/external_pref_loader.h     return (options_ & option) != 0;
options_           52 chrome/browser/extensions/external_pref_loader.h   const Options options_;
options_          246 chrome/browser/guestview/webview/webview_find_helper.cc       options_(options),
options_          123 chrome/browser/guestview/webview/webview_find_helper.h       return &options_;
options_          145 chrome/browser/guestview/webview/webview_find_helper.h     blink::WebFindOptions options_;
options_           82 chrome/browser/speech/tts_controller.cc   options_.reset(new base::DictionaryValue());
options_          108 chrome/browser/speech/tts_controller.cc   options_.reset(options->DeepCopy());
options_          122 chrome/browser/speech/tts_controller.h   const base::Value* options() const { return options_.get(); }
options_          213 chrome/browser/speech/tts_controller.h   scoped_ptr<base::Value> options_;
options_           57 chrome/installer/util/product.cc   operations_->ReadOptions(prefs, &options_);
options_           62 chrome/installer/util/product.cc   operations_->ReadOptions(uninstall_command, &options_);
options_          136 chrome/installer/util/product.cc   return operations_->ShouldCreateUninstallEntry(options_);
options_          140 chrome/installer/util/product.cc   operations_->AddKeyFiles(options_, key_files);
options_          144 chrome/installer/util/product.cc   operations_->AddComDllList(options_, com_dll_list);
options_          148 chrome/installer/util/product.cc   operations_->AppendProductFlags(options_, command_line);
options_          152 chrome/installer/util/product.cc   operations_->AppendRenameFlags(options_, command_line);
options_          156 chrome/installer/util/product.cc   return operations_->SetChannelFlags(options_, set, channel_info);
options_          174 chrome/installer/util/product.cc         setup_path, options_, status, system_level);
options_           73 chrome/installer/util/product.h     return options_.find(option) != options_.end();
options_           79 chrome/installer/util/product.h       return options_.insert(option).second;
options_           81 chrome/installer/util/product.h       return options_.erase(option) != 0;
options_          144 chrome/installer/util/product.h   std::set<std::wstring> options_;
options_           52 components/cloud_devices/description_items.h     options_.clear();
options_           58 components/cloud_devices/description_items.h     return options_.empty();
options_           62 components/cloud_devices/description_items.h     return options_.size();
options_           66 components/cloud_devices/description_items.h     return options_[i];
options_           70 components/cloud_devices/description_items.h     return std::find(options_.begin(), options_.end(), option) !=
options_           71 components/cloud_devices/description_items.h            options_.end();
options_           75 components/cloud_devices/description_items.h     options_.push_back(option);
options_           80 components/cloud_devices/description_items.h   OptionVector options_;
options_          100 components/cloud_devices/description_items.h     options_.clear();
options_          107 components/cloud_devices/description_items.h     return options_.empty();
options_          111 components/cloud_devices/description_items.h     return options_.size();
options_          115 components/cloud_devices/description_items.h     return options_[i];
options_          119 components/cloud_devices/description_items.h     return std::find(options_.begin(), options_.end(), option) !=
options_          120 components/cloud_devices/description_items.h            options_.end();
options_          125 components/cloud_devices/description_items.h     return options_[default_idx_];
options_          138 components/cloud_devices/description_items.h     options_.push_back(option);
options_          144 components/cloud_devices/description_items.h   OptionVector options_;
options_           31 components/cloud_devices/description_items_inl.h   for (size_t i = 0; i < options_.size(); ++i) {
options_           32 components/cloud_devices/description_items_inl.h     if (!Traits::IsValid(options_[i]))
options_           64 components/cloud_devices/description_items_inl.h   for (size_t i = 0; i < options_.size(); ++i) {
options_           67 components/cloud_devices/description_items_inl.h     Traits::Save(options_[i], option_value);
options_           83 components/cloud_devices/description_items_inl.h   for (size_t i = 0; i < options_.size(); ++i) {
options_           84 components/cloud_devices/description_items_inl.h     if (!Traits::IsValid(options_[i]))
options_          125 components/cloud_devices/description_items_inl.h   for (size_t i = 0; i < options_.size(); ++i) {
options_          130 components/cloud_devices/description_items_inl.h     Traits::Save(options_[i], option_value);
options_          242 content/browser/tracing/tracing_controller_impl.cc   options_ = options;
options_          302 content/browser/tracing/tracing_controller_impl.cc   options_ = TracingController::Options();
options_          367 content/browser/tracing/tracing_controller_impl.cc   options_ = options;
options_          410 content/browser/tracing/tracing_controller_impl.cc   options_ = TracingController::Options();
options_          444 content/browser/tracing/tracing_controller_impl.cc   *out_options = options_;
options_          169 content/browser/tracing/tracing_controller_impl.h   TracingController::Options options_;
options_          158 content/renderer/p2p/ipc_socket_factory.cc   int options_[P2P_SOCKET_OPT_MAX];
options_          197 content/renderer/p2p/ipc_socket_factory.cc   std::fill_n(options_, static_cast<int> (P2P_SOCKET_OPT_MAX),
options_          380 content/renderer/p2p/ipc_socket_factory.cc   *value = options_[p2p_socket_option];
options_          393 content/renderer/p2p/ipc_socket_factory.cc   options_[p2p_socket_option] = value;
options_          435 content/renderer/p2p/ipc_socket_factory.cc     if (options_[i] != kDefaultNonSetOptionValue)
options_          436 content/renderer/p2p/ipc_socket_factory.cc       DoSetOption(static_cast<P2PSocketOption> (i), options_[i]);
options_           85 device/bluetooth/bluetooth_profile_chromeos.cc   options_.name = options.name;
options_           86 device/bluetooth/bluetooth_profile_chromeos.cc   options_.service = uuid.canonical_value();
options_           87 device/bluetooth/bluetooth_profile_chromeos.cc   options_.channel = options.channel;
options_           88 device/bluetooth/bluetooth_profile_chromeos.cc   options_.psm = options.psm;
options_           89 device/bluetooth/bluetooth_profile_chromeos.cc   options_.require_authentication = options.require_authentication;
options_           90 device/bluetooth/bluetooth_profile_chromeos.cc   options_.require_authorization = options.require_authorization;
options_           91 device/bluetooth/bluetooth_profile_chromeos.cc   options_.auto_connect = options.auto_connect;
options_           92 device/bluetooth/bluetooth_profile_chromeos.cc   options_.version = options.version;
options_           93 device/bluetooth/bluetooth_profile_chromeos.cc   options_.features = options.features;
options_          147 device/bluetooth/bluetooth_profile_chromeos.cc           options_,
options_          166 device/bluetooth/bluetooth_profile_chromeos.cc           options_,
options_          112 device/bluetooth/bluetooth_profile_chromeos.h   BluetoothProfileManagerClient::Options options_;
options_           12 mojo/public/cpp/utility/lib/thread.cc     : options_(),
options_           19 mojo/public/cpp/utility/lib/thread.cc     : options_(options),
options_           39 mojo/public/cpp/utility/lib/thread.cc   if (options_.stack_size() != 0) {
options_           40 mojo/public/cpp/utility/lib/thread.cc     rv = pthread_attr_setstacksize(&attr, options_.stack_size());
options_           52 mojo/public/cpp/utility/thread.h   const Options options_;
options_          500 net/cookies/cookie_monster.cc         options_(options),
options_          512 net/cookies/cookie_monster.cc   CookieOptions options_;
options_          521 net/cookies/cookie_monster.cc         GetAllCookiesForURLWithOptions(url_, options_);
options_          739 net/cookies/cookie_monster.cc         options_(options),
options_          752 net/cookies/cookie_monster.cc   CookieOptions options_;
options_          760 net/cookies/cookie_monster.cc       SetCookieWithOptions(url_, cookie_line_, options_);
options_          776 net/cookies/cookie_monster.cc         options_(options),
options_          788 net/cookies/cookie_monster.cc   CookieOptions options_;
options_          796 net/cookies/cookie_monster.cc       GetCookiesWithOptions(url_, options_);
options_           66 net/cookies/cookie_monster_perftest.cc     cm->SetCookieWithOptionsAsync(gurl, cookie, options_, base::Bind(
options_           75 net/cookies/cookie_monster_perftest.cc   net::CookieOptions options_;
options_           81 net/cookies/cookie_monster_perftest.cc     cm->GetCookiesWithOptionsAsync(gurl, options_, base::Bind(
options_           93 net/cookies/cookie_monster_perftest.cc   net::CookieOptions options_;
options_           69 net/quic/quic_packet_creator.cc       sequence_number_length_(options_.send_sequence_number_length),
options_           88 net/quic/quic_packet_creator.cc        fec_group_->NumReceivedPackets() >= options_.max_packets_per_fec_group);
options_           94 net/quic/quic_packet_creator.cc       options_.max_packets_per_fec_group > 0 && fec_group_.get() == NULL) {
options_          122 net/quic/quic_packet_creator.cc       options_.max_packets_per_fec_group + sequence_number_ + 1
options_          125 net/quic/quic_packet_creator.cc       bytes_per_second / options_.max_packet_length;
options_          128 net/quic/quic_packet_creator.cc   options_.send_sequence_number_length =
options_          137 net/quic/quic_packet_creator.cc   InFecGroup is_in_fec_group = options_.max_packets_per_fec_group == 0 ?
options_          162 net/quic/quic_packet_creator.cc   DCHECK_GT(options_.max_packet_length,
options_          219 net/quic/quic_packet_creator.cc       options_.send_sequence_number_length;
options_          222 net/quic/quic_packet_creator.cc       options_.max_packets_per_fec_group;
options_          226 net/quic/quic_packet_creator.cc   options_.send_sequence_number_length = original_length;
options_          228 net/quic/quic_packet_creator.cc   options_.max_packets_per_fec_group = 0;
options_          233 net/quic/quic_packet_creator.cc   options_.send_sequence_number_length = start_options_length;
options_          235 net/quic/quic_packet_creator.cc   options_.max_packets_per_fec_group = start_max_packets_per_fec_group;
options_          275 net/quic/quic_packet_creator.cc       framer_->GetMaxPlaintextSize(options_.max_packet_length);
options_          287 net/quic/quic_packet_creator.cc       sequence_number_length_ = options_.send_sequence_number_length;
options_          289 net/quic/quic_packet_creator.cc     packet_size_ = GetPacketHeaderSize(options_.send_connection_id_length,
options_          292 net/quic/quic_packet_creator.cc                                        options_.max_packets_per_fec_group == 0 ?
options_          311 net/quic/quic_packet_creator.cc       framer_->GetMaxPlaintextSize(options_.max_packet_length);
options_          350 net/quic/quic_packet_creator.cc   DCHECK_GE(options_.max_packet_length, serialized.packet->length());
options_          372 net/quic/quic_packet_creator.cc   DCHECK_GE(options_.max_packet_length, encrypted->length());
options_          182 net/quic/quic_packet_creator.h     return &options_;
options_          207 net/quic/quic_packet_creator.h   Options options_;
options_          365 sandbox/win/src/policy_engine_opcodes.cc   opcode->options_ = static_cast<int16>(options);
options_          411 sandbox/win/src/policy_engine_opcodes.cc   if (kPolNone == options_) {
options_          415 sandbox/win/src/policy_engine_opcodes.cc   if (options_ & kPolNegateEval) {
options_          425 sandbox/win/src/policy_engine_opcodes.cc     if (options_ & kPolClearContext) {
options_          428 sandbox/win/src/policy_engine_opcodes.cc     if (options_ & kPolUseOREval) {
options_          193 sandbox/win/src/policy_engine_opcodes.h     return options_;
options_          198 sandbox/win/src/policy_engine_opcodes.h     options_ = options;
options_          221 sandbox/win/src/policy_engine_opcodes.h   int16 options_;
options_           91 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc   if (options_.dllexport_decl.empty()) {
options_           94 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     vars["dllexport"] = options_.dllexport_decl + " ";
options_           91 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h   Options options_;
options_          109 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc     if (!options_.dllexport_decl.empty()) {
options_          110 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc       vars["qualifier"] = options_.dllexport_decl + " " + vars["qualifier"];
options_           76 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h   Options options_;
options_          188 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc     "dllexport_decl", options_.dllexport_decl);
options_           89 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   const Options options_;
options_          295 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     options_(options),
options_          361 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     SetCommonFieldVariables(field, &vars, options_);
options_          398 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     SetCommonFieldVariables(field, &vars, options_);
options_          458 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   if (options_.dllexport_decl.empty()) {
options_          461 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     vars["dllexport"] = options_.dllexport_decl + " ";
options_          694 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     "dllexport_decl", options_.dllexport_decl,
options_          157 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h   Options options_;
options_         2018 third_party/protobuf/src/google/protobuf/descriptor.cc   return is_packable() && (options_ != NULL) && options_->packed();
options_         2772 third_party/protobuf/src/google/protobuf/descriptor.cc   placeholder_file->options_ = &FileOptions::default_instance();
options_         2787 third_party/protobuf/src/google/protobuf/descriptor.cc     placeholder_enum->options_ = &EnumOptions::default_instance();
options_         2806 third_party/protobuf/src/google/protobuf/descriptor.cc     placeholder_value->options_ = &EnumValueOptions::default_instance();
options_         2820 third_party/protobuf/src/google/protobuf/descriptor.cc     placeholder_message->options_ = &MessageOptions::default_instance();
options_         2846 third_party/protobuf/src/google/protobuf/descriptor.cc   placeholder->options_ = &FileOptions::default_instance();
options_         2993 third_party/protobuf/src/google/protobuf/descriptor.cc   descriptor->options_ = options;
options_         3212 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3275 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3539 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3602 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3629 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3696 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3724 third_party/protobuf/src/google/protobuf/descriptor.cc     result->options_ = NULL;  // Will set to default_instance later.
options_         3739 third_party/protobuf/src/google/protobuf/descriptor.cc   if (file->options_ == NULL) {
options_         3740 third_party/protobuf/src/google/protobuf/descriptor.cc     file->options_ = &FileOptions::default_instance();
options_         3762 third_party/protobuf/src/google/protobuf/descriptor.cc   if (message->options_ == NULL) {
options_         3763 third_party/protobuf/src/google/protobuf/descriptor.cc     message->options_ = &MessageOptions::default_instance();
options_         3785 third_party/protobuf/src/google/protobuf/descriptor.cc   if (field->options_ == NULL) {
options_         3786 third_party/protobuf/src/google/protobuf/descriptor.cc     field->options_ = &FieldOptions::default_instance();
options_         3950 third_party/protobuf/src/google/protobuf/descriptor.cc   if (enum_type->options_ == NULL) {
options_         3951 third_party/protobuf/src/google/protobuf/descriptor.cc     enum_type->options_ = &EnumOptions::default_instance();
options_         3961 third_party/protobuf/src/google/protobuf/descriptor.cc   if (enum_value->options_ == NULL) {
options_         3962 third_party/protobuf/src/google/protobuf/descriptor.cc     enum_value->options_ = &EnumValueOptions::default_instance();
options_         3968 third_party/protobuf/src/google/protobuf/descriptor.cc   if (service->options_ == NULL) {
options_         3969 third_party/protobuf/src/google/protobuf/descriptor.cc     service->options_ = &ServiceOptions::default_instance();
options_         3979 third_party/protobuf/src/google/protobuf/descriptor.cc   if (method->options_ == NULL) {
options_         3980 third_party/protobuf/src/google/protobuf/descriptor.cc     method->options_ = &MethodOptions::default_instance();
options_          280 third_party/protobuf/src/google/protobuf/descriptor.h   const MessageOptions* options_;
options_          552 third_party/protobuf/src/google/protobuf/descriptor.h   const FieldOptions* options_;
options_          654 third_party/protobuf/src/google/protobuf/descriptor.h   const EnumOptions* options_;
options_          732 third_party/protobuf/src/google/protobuf/descriptor.h   const EnumValueOptions* options_;
options_          801 third_party/protobuf/src/google/protobuf/descriptor.h   const ServiceOptions* options_;
options_          872 third_party/protobuf/src/google/protobuf/descriptor.h   const MethodOptions* options_;
options_         1017 third_party/protobuf/src/google/protobuf/descriptor.h   const FileOptions* options_;
options_         1320 third_party/protobuf/src/google/protobuf/descriptor.h   inline const TYPE& CLASS::options() const { return *options_; }
options_          124 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_),
options_          146 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_),
options_          184 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldDescriptorProto, options_),
options_          203 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_),
options_          220 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_),
options_          237 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_),
options_          255 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_),
options_          955 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::FileOptions*>(&::google::protobuf::FileOptions::default_instance());
options_          969 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_          986 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         1027 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear();
options_         1613 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         1896 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::MessageOptions*>(&::google::protobuf::MessageOptions::default_instance());
options_         1908 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         1921 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         1954 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::MessageOptions::Clear();
options_         2347 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         2458 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::FieldOptions*>(&::google::protobuf::FieldOptions::default_instance());
options_         2476 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         2498 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         2549 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::FieldOptions::Clear();
options_         2999 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         3029 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::EnumOptions*>(&::google::protobuf::EnumOptions::default_instance());
options_         3041 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         3054 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         3087 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::EnumOptions::Clear();
options_         3315 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         3345 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::EnumValueOptions*>(&::google::protobuf::EnumValueOptions::default_instance());
options_         3358 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         3371 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         3405 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::EnumValueOptions::Clear();
options_         3628 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         3658 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::ServiceOptions*>(&::google::protobuf::ServiceOptions::default_instance());
options_         3670 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         3683 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         3716 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::ServiceOptions::Clear();
options_         3944 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_         3975 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = const_cast< ::google::protobuf::MethodOptions*>(&::google::protobuf::MethodOptions::default_instance());
options_         3989 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   options_ = NULL;
options_         4008 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     delete options_;
options_         4051 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
options_         4331 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     std::swap(options_, other->options_);
options_          447 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::FileOptions* options_;
options_          706 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::MessageOptions* options_;
options_          944 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::FieldOptions* options_;
options_         1057 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::EnumOptions* options_;
options_         1165 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::EnumValueOptions* options_;
options_         1278 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::ServiceOptions* options_;
options_         1407 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::MethodOptions* options_;
options_         3152 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear();
options_         3156 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         3160 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::FileOptions;
options_         3161 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         3165 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::FileOptions* temp = options_;
options_         3166 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         3170 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         3171 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         3475 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::MessageOptions::Clear();
options_         3479 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         3483 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::MessageOptions;
options_         3484 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         3488 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::MessageOptions* temp = options_;
options_         3489 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         3493 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         3494 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         3865 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::FieldOptions::Clear();
options_         3869 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         3873 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::FieldOptions;
options_         3874 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         3878 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::FieldOptions* temp = options_;
options_         3879 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         3883 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         3884 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         4002 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::EnumOptions::Clear();
options_         4006 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         4010 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::EnumOptions;
options_         4011 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         4015 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::EnumOptions* temp = options_;
options_         4016 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         4020 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         4021 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         4136 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::EnumValueOptions::Clear();
options_         4140 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         4144 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::EnumValueOptions;
options_         4145 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         4149 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::EnumValueOptions* temp = options_;
options_         4150 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         4154 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         4155 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         4273 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::ServiceOptions::Clear();
options_         4277 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         4281 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::ServiceOptions;
options_         4282 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         4286 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::ServiceOptions* temp = options_;
options_         4287 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         4291 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         4292 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_         4525 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
options_         4529 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_ != NULL ? *options_ : *default_instance_->options_;
options_         4533 third_party/protobuf/src/google/protobuf/descriptor.pb.h   if (options_ == NULL) options_ = new ::google::protobuf::MethodOptions;
options_         4534 third_party/protobuf/src/google/protobuf/descriptor.pb.h   return options_;
options_         4538 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::MethodOptions* temp = options_;
options_         4539 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = NULL;
options_         4543 third_party/protobuf/src/google/protobuf/descriptor.pb.h   delete options_;
options_         4544 third_party/protobuf/src/google/protobuf/descriptor.pb.h   options_ = options;
options_          193 third_party/re2/re2/re2.cc   options_.Copy(options);
options_          208 third_party/re2/re2/re2.cc     static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
options_          213 third_party/re2/re2/re2.cc     if (options_.log_errors()) {
options_          233 third_party/re2/re2/re2.cc   prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3);
options_          235 third_party/re2/re2/re2.cc     if (options_.log_errors())
options_          254 third_party/re2/re2/re2.cc     rprog_ = suffix_regexp_->CompileToReverseProg(options_.max_mem()/3);
options_          256 third_party/re2/re2/re2.cc       if (options_.log_errors())
options_          550 third_party/re2/re2/re2.cc     if (options_.log_errors())
options_          556 third_party/re2/re2/re2.cc     if (options_.log_errors())
options_          612 third_party/re2/re2/re2.cc   if (options_.longest_match())
options_          676 third_party/re2/re2/re2.cc         if (options_.log_errors())
options_          761 third_party/re2/re2/re2.cc         if (!skipped_test && options_.log_errors())
options_          772 third_party/re2/re2/re2.cc         if (!skipped_test && options_.log_errors())
options_          782 third_party/re2/re2/re2.cc         if (!skipped_test && options_.log_errors())
options_          807 third_party/re2/re2/re2.cc     if (options_.log_errors())
options_          881 third_party/re2/re2/re2.cc           if (options_.log_errors()) {
options_          893 third_party/re2/re2/re2.cc         if (options_.log_errors())
options_          651 third_party/re2/re2/re2.h   const Options& options() const { return options_; };
options_          694 third_party/re2/re2/re2.h   Options                  options_;       // option flags
options_           16 third_party/re2/re2/set.cc   options_.Copy(options);
options_           35 third_party/re2/re2/set.cc     options_.ParseFlags());
options_           42 third_party/re2/re2/set.cc     if (options_.log_errors())
options_           77 third_party/re2/re2/set.cc     options_.ParseFlags());
options_           85 third_party/re2/re2/set.cc     if (options_.log_errors())
options_           90 third_party/re2/re2/set.cc   prog_ = Prog::CompileSet(options_, anchor_, re);
options_           43 third_party/re2/re2/set.h   RE2::Options options_;
options_           59 third_party/re2/util/pcre.cc   options_ = options;
options_          126 third_party/re2/util/pcre.cc                       (options_ & EnabledCompileOptions),
options_          135 third_party/re2/util/pcre.cc                       (options_ & EnabledCompileOptions),
options_          511 third_party/re2/util/pcre.h   Option            options_;
options_          438 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp       : options_(options), current_(0), stack_allocated_host_(false) {}
options_          493 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (options_.enable_oilpan)
options_          501 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp   const BlinkGCPluginOptions& options_;
options_          516 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp         options_(options),
options_          520 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     options_.checked_namespaces.insert("blink");
options_          521 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     options_.checked_namespaces.insert("WebCore");
options_          522 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     options_.checked_namespaces.insert("WebKit");
options_          525 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     options_.ignored_directories.push_back("/heap/");
options_          594 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (options_.dump_graph) {
options_          682 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp       CheckFieldsVisitor visitor(options_);
options_          995 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     return options_.ignored_classes.find(info->name()) !=
options_          996 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp            options_.ignored_classes.end();
options_         1003 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     std::vector<string>::iterator it = options_.ignored_directories.begin();
options_         1004 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     for (; it != options_.ignored_directories.end(); ++it)
options_         1020 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp       return options_.checked_namespaces.find(decl->getNameAsString()) !=
options_         1021 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp           options_.checked_namespaces.end();
options_         1305 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp   BlinkGCPluginOptions options_;
options_         1318 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     return new BlinkGCPluginConsumer(instance, options_);
options_         1327 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp         options_.enable_oilpan = true;
options_         1329 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp         options_.dump_graph = true;
options_         1340 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp   BlinkGCPluginOptions options_;
options_          139 tools/clang/plugins/FindBadConstructs.cpp     if (!implementation_file || options_.check_virtuals_in_implementations) {
options_          149 tools/clang/plugins/FindBadConstructs.cpp     if (options_.check_weak_ptr_factory_order)
options_          155 tools/clang/plugins/FindBadConstructs.cpp     if (!options_.check_enum_last_value)
options_          200 tools/clang/plugins/FindBadConstructs.cpp   FindBadConstructsOptions options_;
options_          651 tools/clang/plugins/FindBadConstructs.cpp     if (!options_.check_base_classes)
options_          742 tools/clang/plugins/FindBadConstructs.cpp     return new FindBadConstructsConsumer(instance, options_);
options_          752 tools/clang/plugins/FindBadConstructs.cpp         options_.check_virtuals_in_implementations = false;
options_          755 tools/clang/plugins/FindBadConstructs.cpp         options_.check_base_classes = true;
options_          758 tools/clang/plugins/FindBadConstructs.cpp         options_.check_weak_ptr_factory_order = true;
options_          762 tools/clang/plugins/FindBadConstructs.cpp         options_.check_enum_last_value = true;
options_          773 tools/clang/plugins/FindBadConstructs.cpp   FindBadConstructsOptions options_;
options_           22 tools/gn/path_output.cc   options_.mode = escaping;
options_           23 tools/gn/path_output.cc   options_.convert_slashes = convert_slashes;
options_           24 tools/gn/path_output.cc   options_.inhibit_quoting = false;
options_           82 tools/gn/path_output.cc   EscapeStringToStream(out, file.value(), options_);
options_           88 tools/gn/path_output.cc   EscapeStringToStream(out, FilePathToUTF8(file), options_);
options_           94 tools/gn/path_output.cc   if (options_.mode == ESCAPE_SHELL) {
options_          108 tools/gn/path_output.cc         options_);
options_          113 tools/gn/path_output.cc     EscapeStringToStream(out, str, options_);
options_          126 tools/gn/path_output.cc                          options_);
options_          135 tools/gn/path_output.cc     EscapeStringToStream(out, str.substr(1), options_);
options_          137 tools/gn/path_output.cc     EscapeStringToStream(out, str, options_);
options_           42 tools/gn/path_output.h   EscapingMode escaping_mode() const { return options_.mode; }
options_           50 tools/gn/path_output.h   bool convert_slashes_to_system() const { return options_.convert_slashes; }
options_           57 tools/gn/path_output.h   bool inhibit_quoting() const { return options_.inhibit_quoting; }
options_           58 tools/gn/path_output.h   void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; }
options_           84 tools/gn/path_output.h   EscapeOptions options_;
options_          310 tools/traceline/traceline/main.cc     int unwind_depth = options_.stack_unwind_depth();
options_          418 tools/traceline/traceline/main.cc       options_.vista() ? "ntdll!NtCreateThreadEx" : "ntdll!NtCreateThread";
options_          993 tools/traceline/traceline/main.cc     if (options_.vista()) {
options_         1011 tools/traceline/traceline/main.cc     if (options_.log_heap()) {
options_         1015 tools/traceline/traceline/main.cc     if (options_.log_lock()) {
options_         1045 tools/traceline/traceline/main.cc       if (options_.stack_unwind_depth() > 0) {
options_         1047 tools/traceline/traceline/main.cc         for (int i = 0; i < options_.stack_unwind_depth(); ++i) {
options_         1056 tools/traceline/traceline/main.cc         pos += (options_.stack_unwind_depth() * 4);
options_         1220 tools/traceline/traceline/main.cc   Options options_;