HomeSort by relevance Sort by last modified time
    Searched refs:Uuid (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 44 typedef GUID UUID;
46 #define uuid_t UUID
60 UUID *Uuid[1];
71 UUID Uuid;
142 typedef void __RPC_API RPC_OBJECT_INQ_FN(UUID *ObjectUuid,UUID *TypeUuid,RPC_STATUS *Status);
188 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid);
190 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid)
    [all...]
rpcdcep.h 39 typedef RPC_STATUS RPC_ENTRY RPC_FORWARD_FUNCTION(UUID *InterfaceId,RPC_VERSION *InterfaceVersion,UUID *ObjectId,unsigned char *Rpcpro,void **ppDestEndpoint);
119 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcGetBufferWithObject(RPC_MESSAGE *Message,UUID *ObjectUuid);
176 UUID Uuid;
182 RPCRTAPI RPC_STATUS RPC_ENTRY I_UuidCreate(UUID *Uuid);
239 UUID ResourceType;
241 UUID SessionId;
  /external/clang/lib/AST/
ExprCXX.cpp 67 // Loop all record redeclaration looking for an uuid attribute.
89 // If the template argument has a UUID, there are three cases:
90 // - This is the first UUID seen for this RecordDecl.
91 // - This is a different UUID than previously seen for this RecordDecl.
92 // - This is the same UUID than previously seen for this RecordDecl.
100 // Seeing multiple UUIDs means that we couldn't find a UUID
112 if (auto Uuid = I->getAttr<UuidAttr>())
113 return Uuid;
119 StringRef Uuid;
121 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid()
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]
ntddk.h 54 /* GUID and UUID */
66 typedef GUID UUID;
    [all...]

Completed in 245 milliseconds