/external/marisa-trie/bindings/ruby/ |
D | marisa-swig.cxx | 85 : 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 …]
|
D | marisa-swig.h | 132 marisa::Agent *agent_;
|
/external/marisa-trie/bindings/perl/ |
D | marisa-swig.cxx | 85 : 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 …]
|
D | marisa-swig.h | 132 marisa::Agent *agent_;
|
/external/marisa-trie/bindings/ |
D | marisa-swig.cxx | 85 : 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 …]
|
D | marisa-swig.h | 132 marisa::Agent *agent_;
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig.cxx | 85 : 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 …]
|
D | marisa-swig.h | 132 marisa::Agent *agent_;
|
/external/openscreen/cast/standalone_receiver/ |
D | mirroring_application.cc | 29 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()
|
D | cast_service.cc | 59 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()
|
D | cast_service.h | 65 ApplicationAgent agent_; variable
|
D | mirroring_application.h | 58 ApplicationAgent* const agent_; variable
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/ |
D | machine.h | 20 : 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/ |
D | port_allocator.h | 462 return agent_; in user_agent() 472 agent_ = agent; in set_proxy() 632 std::string agent_; variable
|
/external/openscreen/cast/receiver/ |
D | application_agent_unittest.cc | 155 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/ |
D | socket_adapters.h | 111 std::string agent_, user_, headers_; variable
|
D | socket_adapters.cc | 221 agent_(user_agent), in AsyncHttpsProxySocket() 341 ss << "User-Agent: " << agent_ << "\r\n"; in SendRequest()
|