Home
last modified time | relevance | path

Searched refs:options_ (Results 1 – 19 of 19) sorted by relevance

/external/chromium/base/
Dstring_tokenizer.h115 void set_options(int options) { options_ = options; } in set_options()
128 if (quotes_.empty() && options_ == 0) in GetNext()
163 options_ = 0; in Init()
197 if (options_ & RETURN_DELIMS) { in FullGetNext()
247 int options_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h405 ::google::protobuf::FileOptions* options_;
670 ::google::protobuf::MessageOptions* options_;
896 ::google::protobuf::FieldOptions* options_;
1010 ::google::protobuf::EnumOptions* options_;
1119 ::google::protobuf::EnumValueOptions* options_;
1233 ::google::protobuf::ServiceOptions* options_;
1358 ::google::protobuf::MethodOptions* options_;
2731 if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear(); in clear_options()
2735 return options_ != NULL ? *options_ : *default_instance_->options_; in options()
2739 if (options_ == NULL) options_ = new ::google::protobuf::FileOptions; in mutable_options()
[all …]
Ddescriptor.h250 const MessageOptions* options_; variable
507 const FieldOptions* options_; variable
596 const EnumOptions* options_; variable
663 const EnumValueOptions* options_; variable
722 const ServiceOptions* options_; variable
782 const MethodOptions* options_; variable
890 const FileOptions* options_; variable
1185 inline const TYPE& CLASS::options() const { return *options_; }
Ddescriptor.pb.cc110 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
131 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
169 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
188 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
205 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
222 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
240 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
875options_ = const_cast< ::google::protobuf::FileOptions*>(&::google::protobuf::FileOptions::default… in InitAsDefaultInstance()
888 options_ = NULL; in SharedCtor()
904 delete options_; in SharedDtor()
[all …]
Ddescriptor.cc2435 placeholder_file->options_ = &FileOptions::default_instance(); in NewPlaceholder()
2450 placeholder_enum->options_ = &EnumOptions::default_instance(); in NewPlaceholder()
2469 placeholder_value->options_ = &EnumValueOptions::default_instance(); in NewPlaceholder()
2483 placeholder_message->options_ = &MessageOptions::default_instance(); in NewPlaceholder()
2509 placeholder->options_ = &FileOptions::default_instance(); in NewPlaceholderFile()
2652 descriptor->options_ = options; in AllocateOptionsImpl()
2824 result->options_ = NULL; // Will set to default_instance later. in BuildFile()
2887 result->options_ = NULL; // Will set to default_instance later. in BuildMessage()
3143 result->options_ = NULL; // Will set to default_instance later. in BuildFieldOrExtension()
3208 result->options_ = NULL; // Will set to default_instance later. in BuildEnum()
[all …]
/external/pcre/
Dpcrecpp.cc85 options_ = default_options; in Init()
87 options_ = *options; in Init()
114 pcre_options = options_.all_options(); in Compile()
412 (NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF || in GlobalReplace()
413 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANY || in GlobalReplace()
414 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANYCRLF)) { in GlobalReplace()
419 if (options_.utf8()) { in GlobalReplace()
516 if (options_.match_limit() > 0) { in TryMatch()
518 extra.match_limit = options_.match_limit(); in TryMatch()
520 if (options_.match_limit_recursion() > 0) { in TryMatch()
[all …]
Dpcrecpp.h504 RE(const RE& re) { Init(re.pattern_, &re.options_); } in RE()
513 Init(re.pattern_, &re.options_);
702 RE_Options options_; variable
/external/chromium/net/url_request/
Durl_request_test_util.cc14 : options_(options_bit_mask) { in TestCookiePolicy()
21 if (options_ & NO_GET_COOKIES) in CanGetCookies()
30 if (options_ & NO_SET_COOKIE) in CanSetCookie()
33 if (options_ & FORCE_SESSION) in CanSetCookie()
Durl_request_test_util.h63 int options_;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayport.h69 const std::vector<OptionValue>& options() const { return options_; } in options()
108 std::vector<OptionValue> options_; variable
Dp2ptransportchannel.cc258 for (OptionMap::const_iterator it = options_.begin(); in OnPortReady()
259 it != options_.end(); in OnPortReady()
896 OptionMap::iterator it = options_.find(opt); in SetOption()
897 if (it == options_.end()) { in SetOption()
898 options_.insert(std::make_pair(opt, value)); in SetOption()
Dp2ptransportchannel.h157 OptionMap options_; variable
Drelayport.cc355 options_.push_back(OptionValue(opt, value)); in SetOption()
/external/chromium/base/threading/
Dsimple_thread.cc20 : name_prefix_(name_prefix), name_(name_prefix), options_(options), in SimpleThread()
31 bool success = PlatformThread::Create(options_.stack_size(), this, &thread_); in Start()
Dsimple_thread.h110 const Options options_; variable
/external/chromium/chrome/browser/extensions/
Dextension_tts_api.h82 const Value* options() { return options_.get(); } in options()
113 scoped_ptr<Value> options_; variable
Dextension_tts_api.cc67 options_.reset(new DictionaryValue()); in Utterance()
71 options_.reset(options->DeepCopy()); in Utterance()
/external/v8/src/
Dmirror-debugger.js1906 this.options_ = options;
1959 return this.options_ && this.options_.includeSource;
1964 return this.options_ && this.options_.inlineRefs;
1969 if (IS_UNDEFINED(this.options_) ||
1970 IS_UNDEFINED(this.options_.maxStringLength)) {
1973 return this.options_.maxStringLength;
Ddebug-debugger.js1266 if (!this.options_) {
1267 this.options_ = {};
1269 this.options_[name] = value;
1301 var serializer = MakeMirrorSerializer(true, this.options_);