OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryKey
(Results
1 - 4
of
4
) sorted by null
/system/netd/tests/
dns_responder.h
66
struct
QueryKey
{
69
QueryKey
(std::string n, unsigned t) : name(n), type(t) {}
70
bool operator == (const
QueryKey
& o) const {
73
bool operator < (const
QueryKey
& o) const {
81
size_t operator() (const
QueryKey
& key) const {
117
std::unordered_map<
QueryKey
, std::string, QueryKeyHash> mappings_
dns_responder.cpp
534
auto it = mappings_.find(
QueryKey
(name, type));
549
auto it = mappings_.find(
QueryKey
(name, type));
792
auto it = mappings_.find(
QueryKey
(question.qname.name, question.qtype));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h
934
STDMETHOD_(NTSTATUS,
QueryKey
)( THIS_
983
STDMETHODIMP_(NTSTATUS)
QueryKey
( \
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 73 milliseconds