OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterfaceInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
interface_list.h
56
struct
InterfaceInfo
{
57
InterfaceInfo
()
62
InterfaceInfo
(ApiID in_id, const void* in_interface, Permission in_perm)
77
typedef std::map<std::string,
InterfaceInfo
> NameToInterfaceInfoMap;
/external/llvm/lib/IR/
PassRegistry.cpp
150
PassInfo *
InterfaceInfo
= const_cast<PassInfo*>(getPassInfo(InterfaceID));
151
if (
InterfaceInfo
== 0) {
154
InterfaceInfo
= &Registeree;
168
ImplementationInfo->addInterfaceImplemented(
InterfaceInfo
);
172
Impl->AnalysisGroupInfoMap[
InterfaceInfo
];
177
assert(
InterfaceInfo
->getNormalCtor() == 0 &&
181
InterfaceInfo
->setNormalCtor(ImplementationInfo->getNormalCtor());
Completed in 32 milliseconds