/external/webrtc/webrtc/p2p/base/ |
relayport.h | 35 typedef std::pair<rtc::Socket::Option, int> OptionValue; 54 const std::vector<OptionValue>& options() const { return options_; } 112 std::vector<OptionValue> options_;
|
relayport.cc | 372 options_.push_back(OptionValue(opt, value)); 377 std::vector<OptionValue>::iterator it;
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 416 // OptionValue class 432 template <class DataType> struct OptionValue; 439 typedef OptionValue<DataType> WrapperType; 508 struct OptionValue final 510 OptionValue() = default; 512 OptionValue(const DataType &V) { this->setValue(V); } 514 template <class DT> OptionValue<DataType> &operator=(const DT &V) { 523 struct OptionValue<cl::boolOrDefault> final 527 OptionValue() {} 529 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
CommandLine.h | 323 // OptionValue class 331 template<class DataType> struct OptionValue; 338 typedef OptionValue<DataType> WrapperType; 390 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> { 391 OptionValue() {} 393 OptionValue(const DataType& V) { 398 OptionValue<DataType> &operator=(const DT& V) { 407 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> { 410 OptionValue() {} 412 OptionValue(const cl::boolOrDefault& V) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/ |
SetSockOpt.c | 36 int OptionValue;
315 pOption->OptionValue,
337 pOption->OptionValue,
349 pOption->OptionValue,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
MdeModuleHii.h | 182 EFI_IFR_TYPE_VALUE OptionValue;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
MdeModuleHii.h | 181 EFI_IFR_TYPE_VALUE OptionValue;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dhcpsapi.h | 189 DWORD WINAPI DhcpGetOptionValue(DHCP_CONST WCHAR *ServerIpAddress,DHCP_OPTION_ID OptionID,DHCP_CONST DHCP_OPTION_SCOPE_INFO *ScopeInfo,LPDHCP_OPTION_VALUE *OptionValue); 515 LDHCP_OPTION_DATA OptionValue
|
wdspxe.h | 61 BYTE OptionValue[1];
|
wsmandisp.h | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
OpcodeCreation.c | 310 @param OptionValue The value of the "One Of Option".
320 IN UINT16 OptionValue,
335 CopyMem (&UOpcode->OptionValue, &OptionValue, sizeof (OptionValue));
[all...] |
UefiIfrParser.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
FormDisplay.h | 330 @param OptionValue Value for Option to be searched.
339 IN EFI_HII_VALUE *OptionValue
|
ProcessOptions.c | 312 @param OptionValue Value for Option to be searched.
321 IN EFI_HII_VALUE *OptionValue
337 if ((CompareHiiValue (&Value, OptionValue, &Result, NULL) == EFI_SUCCESS) && (Result == 0)) {
[all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 70 void OptionValue<boolOrDefault>::anchor() {} 71 void OptionValue<std::string>::anchor() {} [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
CommandLine.cpp | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrFormPkg.h | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Setup.h | [all...] |
Setup.c | [all...] |