/external/protobuf/src/google/protobuf/ |
descriptor.pb.cc | 110 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_), [all...] |
descriptor.cc | [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 258 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)); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 349 for (OptionMap::const_iterator it = options_.begin(); 350 it != options_.end(); 769 OptionMap::iterator it = options_.find(opt); 770 if (it == options_.end()) { 771 options_.insert(std::make_pair(opt, value)); 845 OptionMap::const_iterator it = options_.find(talk_base::Socket::OPT_DSCP); 846 if (it == options_.end()) { [all...] |
p2ptransportchannel.h | 240 OptionMap options_; member in class:cricket::P2PTransportChannel
|
/external/ceres-solver/internal/ceres/ |
problem_impl.h | 169 const Problem::Options options_; member in class:ceres::internal::ProblemImpl
|
/external/chromium/net/url_request/ |
url_request_test_util.h | 63 int options_; member in class:TestCookiePolicy
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.h | 125 const Options options_; // options_.comparator == &internal_comparator_ member in class:leveldb::DBImpl
|
version_set.h | 297 const Options* const options_; member in class:leveldb::VersionSet
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api.cc | 67 options_.reset(new DictionaryValue()); 71 options_.reset(options->DeepCopy());
|
/external/chromium_org/chrome/browser/speech/ |
tts_controller.cc | 81 options_.reset(new DictionaryValue()); 107 options_.reset(options->DeepCopy());
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | [all...] |
descriptor.pb.cc | 124 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_), 146 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_), 184 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldDescriptorProto, options_), 203 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_), 220 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), 237 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_), 255 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_), [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.cc | [all...] |
webrtcvoiceengine.cc | 382 options_ = GetDefaultEngineOptions(); 660 options_ = options; 675 AudioOptions options = options_; [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster.cc | 502 options_(options), 514 CookieOptions options_; member in class:net::CookieMonster::GetAllCookiesForURLWithOptionsTask 523 GetAllCookiesForURLWithOptions(url_, options_); 741 options_(options), 754 CookieOptions options_; member in class:net::CookieMonster::SetCookieWithOptionsTask 762 SetCookieWithOptions(url_, cookie_line_, options_); 778 options_(options), 790 CookieOptions options_; member in class:net::CookieMonster::GetCookiesWithOptionsTask 798 GetCookiesWithOptions(url_, options_); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 295 options_(options), 361 SetCommonFieldVariables(field, &vars, options_); 398 SetCommonFieldVariables(field, &vars, options_); 458 if (options_.dllexport_decl.empty()) { 461 vars["dllexport"] = options_.dllexport_decl + " "; 694 "dllexport_decl", options_.dllexport_decl, [all...] |
cpp_file.cc | 64 options_(options) { 188 "dllexport_decl", options_.dllexport_decl);
|
/external/chromium_org/third_party/re2/re2/ |
re2.h | 651 const Options& options() const { return options_; }; 694 Options options_; // option flags member in class:re2::RE2 [all...] |
/external/regex-re2/re2/ |
re2.h | 663 const Options& options() const { return options_; }; 706 Options options_; // option flags member in class:re2::RE2 [all...] |
/external/chromium_org/chrome/browser/extensions/ |
external_pref_loader.cc | 94 : base_path_id_(base_path_id), options_(options) {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamsignaling.h | 372 cricket::MediaSessionOptions options_; member in class:webrtc::MediaStreamSignaling
|
/art/runtime/ |
debugger.h | 52 arg_count_(0), arg_values_(NULL), options_(0), error(JDWP::ERR_NONE), 71 uint32_t options_; member in struct:art::DebugInvokeReq
|
/art/runtime/jdwp/ |
jdwp.h | 295 const JdwpOptions* options_; member in struct:art::JDWP::JdwpState
|
/external/chromium_org/chrome_frame/test/ |
test_server.h | 391 SendOptions options_; member in class:test_server::ConfigurableConnection
|