Searched refs:options_ (Results 1 - 23 of 23) sorted by relevance

/external/regex-re2/re2/
H A Dset.cc16 options_.Copy(options);
35 options_.ParseFlags());
42 if (options_.log_errors())
77 options_.ParseFlags());
85 if (options_.log_errors())
90 prog_ = Prog::CompileSet(options_, anchor_, re);
H A Dset.h43 RE2::Options options_; member in class:re2::RE2::Set
H A Dre2.cc150 options_.Copy(options);
164 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
169 if (options_.log_errors()) {
189 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3);
191 if (options_.log_errors())
210 rprog_ = suffix_regexp_->CompileToReverseProg(options_.max_mem()/3);
212 if (options_.log_errors())
509 if (options_.log_errors())
570 if (options_.longest_match())
764 if (options_
[all...]
H A Dre2.h640 const Options& options() const { return options_; };
688 Options options_; // option flags member in class:re2::RE2
/external/chromium/base/
H A Dstring_tokenizer.h115 void set_options(int options) { options_ = options; }
128 if (quotes_.empty() && options_ == 0)
163 options_ = 0;
197 if (options_ & RETURN_DELIMS) {
247 int options_; member in class:StringTokenizerT
/external/chromium/base/threading/
H A Dsimple_thread.cc20 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
31 bool success = PlatformThread::Create(options_.stack_size(), this, &thread_);
H A Dsimple_thread.h110 const Options options_; member in class:base::SimpleThread
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h69 const std::vector<OptionValue>& options() const { return options_; }
108 std::vector<OptionValue> options_; member in class:cricket::RelayPort
H A Dp2ptransportchannel.cc258 for (OptionMap::const_iterator it = options_.begin();
259 it != options_.end();
896 OptionMap::iterator it = options_.find(opt);
897 if (it == options_.end()) {
898 options_.insert(std::make_pair(opt, value));
H A Dp2ptransportchannel.h157 OptionMap options_; member in class:cricket::P2PTransportChannel
H A Drelayport.cc355 options_.push_back(OptionValue(opt, value));
/external/chromium/net/url_request/
H A Durl_request_test_util.cc14 : options_(options_bit_mask) {
21 if (options_ & NO_GET_COOKIES)
30 if (options_ & NO_SET_COOKIE)
33 if (options_ & FORCE_SESSION)
H A Durl_request_test_util.h63 int options_; member in class:TestCookiePolicy
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h405 ::google::protobuf::FileOptions* options_; member in class:google::protobuf::FileDescriptorProto
670 ::google::protobuf::MessageOptions* options_; member in class:google::protobuf::DescriptorProto
896 ::google::protobuf::FieldOptions* options_; member in class:google::protobuf::FieldDescriptorProto
1010 ::google::protobuf::EnumOptions* options_; member in class:google::protobuf::EnumDescriptorProto
1119 ::google::protobuf::EnumValueOptions* options_; member in class:google::protobuf::EnumValueDescriptorProto
1233 ::google::protobuf::ServiceOptions* options_; member in class:google::protobuf::ServiceDescriptorProto
1358 ::google::protobuf::MethodOptions* options_; member in class:google::protobuf::MethodDescriptorProto
2731 if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear();
2735 return options_ !
[all...]
H A Ddescriptor.h250 const MessageOptions* options_; member in class:google::protobuf::Descriptor
507 const FieldOptions* options_; member in class:google::protobuf::FieldDescriptor
596 const EnumOptions* options_; member in class:google::protobuf::EnumDescriptor
663 const EnumValueOptions* options_; member in class:google::protobuf::EnumValueDescriptor
722 const ServiceOptions* options_; member in class:google::protobuf::ServiceDescriptor
782 const MethodOptions* options_; member in class:google::protobuf::MethodDescriptor
890 const FileOptions* options_; member in class:google::protobuf::FileDescriptor
1185 inline const TYPE& CLASS::options() const { return *options_; }
H A Ddescriptor.pb.cc110 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_),
131 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_),
169 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldDescriptorProto, options_),
188 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_),
205 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_),
222 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_),
240 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_),
875 options_ = const_cast< ::google::protobuf::FileOptions*>(&::google::protobuf::FileOptions::default_instance());
888 options_ = NULL;
904 delete options_;
[all...]
H A Ddescriptor.cc2435 placeholder_file->options_ = &FileOptions::default_instance();
2450 placeholder_enum->options_ = &EnumOptions::default_instance();
2469 placeholder_value->options_ = &EnumValueOptions::default_instance();
2483 placeholder_message->options_ = &MessageOptions::default_instance();
2509 placeholder->options_ = &FileOptions::default_instance();
2652 descriptor->options_ = options;
2824 result->options_ = NULL; // Will set to default_instance later.
2887 result->options_ = NULL; // Will set to default_instance later.
3143 result->options_ = NULL; // Will set to default_instance later.
3208 result->options_
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api.h82 const Value* options() { return options_.get(); }
113 scoped_ptr<Value> options_; member in class:Utterance
H A Dextension_tts_api.cc67 options_.reset(new DictionaryValue());
71 options_.reset(options->DeepCopy());
/external/v8/src/
H A Dmirror-debugger.js1962 this.options_ = options;
2015 return this.options_ && this.options_.includeSource;
2020 return this.options_ && this.options_.inlineRefs;
2025 if (IS_UNDEFINED(this.options_) ||
2026 IS_UNDEFINED(this.options_.maxStringLength)) {
2029 return this.options_.maxStringLength;
H A Ddebug-debugger.js1302 if (!this.options_) {
1303 this.options_ = {};
1305 this.options_[name] = value;
1337 var serializer = MakeMirrorSerializer(true, this.options_);
/external/regex-re2/util/
H A Dpcre.cc54 options_ = options;
121 (options_ & EnabledCompileOptions),
130 (options_ & EnabledCompileOptions),
H A Dpcre.h505 Option options_; member in class:re2::PCRE

Completed in 361 milliseconds