/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsBoot.c | 260 @param CurrentBbsDevPath Pointer to the Device Path Protocol instance of BBS
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsBoot.c | 262 @param CurrentBbsDevPath Pointer to the Device Path Protocol instance of BBS
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/ |
RuntimeLib.c | 479 IN UINT32 Instance,
495 Instance - Instance Number of this status code.
516 (UINT64) Instance,
|
/external/clang/lib/AST/ |
NSAPI.cpp | 327 bool Instance) const { 365 if (Instance) {
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 127 FrontendAction::FrontendAction() : Instance(nullptr) {} 191 assert(!Instance && "Already processing a source file!");
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
Serial.h | 62 /// to support multiple UARTs, BarIndex of first instance equals to 0 and BarIndex of
64 /// UARTs, BarIndex of both instance equals to 0 and Offset of first instance equals
95 EFI_PCI_IO_PROTOCOL *PciIo; // Pointer to parent PciIo instance.
96 UINTN ChildCount; // Count of child SerialIo instance.
125 UINT32 Instance;
295 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
313 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
328 Disconnect this driver with the controller, uninstall related protocol instance
330 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance. [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/ |
SetupInfoRecords.c | 450 @param Instance The instance number of the subclass with the same ProducerName..
451 @param SubInstance The instance number of the RecordType for the same Instance.
459 IN UINT16 Instance,
496 (DataHeader->Instance == Instance) &&
564 // Get the Data Hub Protocol. Assume only one instance
639 if (EFI_SUCCESS == GetCacheType(DataHeader->Instance, DataHeader->SubInstance,&CacheType)){
[all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSQuestion.java | 104 String ipValue = this.getQualifiedNameMap().get(Fields.Instance);
|
/external/webrtc/talk/media/devices/ |
linuxdevicemanager.cc | 307 rtc::ThreadManager::Instance()->WrapCurrentThread()->socketserver();
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
ExprObjC.h | 478 /// ObjCIvarRefExpr - A reference to an ObjC instance variable. 844 /// "initWithString" instance method on the object returned from 848 /// 1. Send to an object instance. 850 /// 3. Send to the superclass instance of the current class. [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputBlt.c | 795 LCD_INSTANCE* Instance;
797 Instance = LCD_INSTANCE_FROM_GOP_THIS(This);
801 Status = InitializeDisplay (Instance);
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
SectionExtraction.c | 140 @param This Pointer to SEP instance.
147 @param SectionInstance Indicates which instance of the requested section to
228 Entry point of the section extraction code. Initializes an instance of the
[all...] |