Home
last modified time | relevance | path

Searched refs:agent_ (Results 1 – 17 of 17) sorted by relevance

/external/marisa-trie/bindings/ruby/
Dmarisa-swig.cxx85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent()
86 MARISA_THROW_IF(agent_ == NULL, ::MARISA_MEMORY_ERROR); in Agent()
90 delete agent_; in ~Agent()
111 agent_->set_query(buf_, length); in set_query()
115 agent_->set_query(id); in set_query()
119 return reinterpret_cast<const Key &>(agent_->key()); in key()
123 return reinterpret_cast<const Query &>(agent_->query()); in query()
127 *ptr_out = agent_->key().ptr(); in key_str()
128 *length_out = agent_->key().length(); in key_str()
132 return agent_->key().id(); in key_id()
[all …]
Dmarisa-swig.h132 marisa::Agent *agent_;
/external/marisa-trie/bindings/perl/
Dmarisa-swig.cxx85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent()
86 MARISA_THROW_IF(agent_ == NULL, ::MARISA_MEMORY_ERROR); in Agent()
90 delete agent_; in ~Agent()
111 agent_->set_query(buf_, length); in set_query()
115 agent_->set_query(id); in set_query()
119 return reinterpret_cast<const Key &>(agent_->key()); in key()
123 return reinterpret_cast<const Query &>(agent_->query()); in query()
127 *ptr_out = agent_->key().ptr(); in key_str()
128 *length_out = agent_->key().length(); in key_str()
132 return agent_->key().id(); in key_id()
[all …]
Dmarisa-swig.h132 marisa::Agent *agent_;
/external/marisa-trie/bindings/
Dmarisa-swig.cxx85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent()
86 MARISA_THROW_IF(agent_ == NULL, ::MARISA_MEMORY_ERROR); in Agent()
90 delete agent_; in ~Agent()
111 agent_->set_query(buf_, length); in set_query()
115 agent_->set_query(id); in set_query()
119 return reinterpret_cast<const Key &>(agent_->key()); in key()
123 return reinterpret_cast<const Query &>(agent_->query()); in query()
127 *ptr_out = agent_->key().ptr(); in key_str()
128 *length_out = agent_->key().length(); in key_str()
132 return agent_->key().id(); in key_id()
[all …]
Dmarisa-swig.h132 marisa::Agent *agent_;
/external/marisa-trie/bindings/python/
Dmarisa-swig.cxx85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent()
86 MARISA_THROW_IF(agent_ == NULL, ::MARISA_MEMORY_ERROR); in Agent()
90 delete agent_; in ~Agent()
111 agent_->set_query(buf_, length); in set_query()
115 agent_->set_query(id); in set_query()
119 return reinterpret_cast<const Key &>(agent_->key()); in key()
123 return reinterpret_cast<const Query &>(agent_->query()); in query()
127 *ptr_out = agent_->key().ptr(); in key_str()
128 *length_out = agent_->key().length(); in key_str()
132 return agent_->key().id(); in key_id()
[all …]
Dmarisa-swig.h132 marisa::Agent *agent_;
/external/openscreen/cast/standalone_receiver/
Dmirroring_application.cc29 agent_(agent) {
31 OSP_DCHECK(agent_);
32 agent_->RegisterApplication(this);
36 agent_->UnregisterApplication(this); // ApplicationAgent may call Stop(). in ~MirroringApplication()
86 agent_->StopApplicationIfRunning(this); // ApplicationAgent calls Stop(). in OnPlaybackError()
Dcast_service.cc59 agent_(task_runner, credentials_.provider.get()), in CastService()
60 mirroring_application_(task_runner, local_endpoint_.address, &agent_), in CastService()
61 socket_factory_(&agent_, agent_.cast_socket_client()), in CastService()
Dcast_service.h65 ApplicationAgent agent_; variable
Dmirroring_application.h58 ApplicationAgent* const agent_; variable
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmachine.h20 : agent_(agent), type_(type) { in agent_() function
24 hsa_agent_t agent() const { return agent_; } in agent()
32 hsa_agent_t agent_;
/external/webrtc/p2p/base/
Dport_allocator.h462 return agent_; in user_agent()
472 agent_ = agent; in set_proxy()
632 std::string agent_; variable
/external/openscreen/cast/receiver/
Dapplication_agent_unittest.cc155 agent_.RegisterApplication(&idle_app_, true); in ApplicationAgentTest()
163 ApplicationAgent* agent() { return &agent_; } in agent()
203 static_cast<ReceiverSocketFactory::Client*>(&agent_)->OnConnected( in ConnectAndDoAuth()
246 ApplicationAgent agent_{&task_runner_, &creds_}; member in openscreen::cast::__anonfe1e01cc0111::ApplicationAgentTest
/external/webrtc/rtc_base/
Dsocket_adapters.h111 std::string agent_, user_, headers_; variable
Dsocket_adapters.cc221 agent_(user_agent), in AsyncHttpsProxySocket()
341 ss << "User-Agent: " << agent_ << "\r\n"; in SendRequest()