Searched refs:Optional (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DOptional.h1 //===-- Optional.h - Simple variant for passing optional values ---*- C++ -*-=//
10 // This file provides Optional, a template class modeled in the spirit of
24 class Optional { class in namespace:llvm
28 explicit Optional() : x(), hasVal(false) {} function in class:llvm::Optional
29 Optional(const T &y) : x(y), hasVal(true) {} function in class:llvm::Optional
31 static inline Optional create(const T* y) {
32 return y ? Optional(*y) : Optional();
35 Optional &operator=(const T &y) {
53 struct simplify_type<const Optional<
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DOptional.h33 // WTF::Optional is a class based on std::optional, described here:
43 class Optional { class in namespace:WTF
45 Optional() function in class:WTF::Optional
50 Optional(NulloptTag) function in class:WTF::Optional
55 Optional(const T& value) function in class:WTF::Optional
61 Optional(const Optional& other) function in class:WTF::Optional
68 Optional(Optional&& other) function in class:WTF::Optional
75 Optional( function in class:WTF::Optional
82 Optional(InPlaceTag, Args&&... args) function in class:WTF::Optional
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DLockFileManager.h12 #include "llvm/ADT/Optional.h"
47 Optional<std::pair<std::string, int> > Owner;
48 Optional<error_code> Error;
53 static Optional<std::pair<std::string, int> >
H A DCommandLine.h86 Optional = 0x00, // Zero or One occurrence enumerator in enum:llvm::cl::NumOccurrencesFlag
1176 explicit opt(const M0t &M0) : Option(Optional, NotHidden) {
1183 opt(const M0t &M0, const M1t &M1) : Option(Optional, NotHidden) {
1191 const M2t &M2) : Option(Optional, NotHidden) {
1198 const M3t &M3) : Option(Optional, NotHidden) {
1205 const M4t &M4) : Option(Optional, NotHidden) {
1214 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) {
1224 const M6t &M6) : Option(Optional, NotHidden) {
1234 const M7t &M7) : Option(Optional, NotHidden) {
1638 explicit alias(const M0t &M0) : Option(Optional, Hidde
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSessionState.h36 #include <wtf/Optional.h>
66 Optional<int64_t> fileLength;
67 Optional<double> expectedFileModificationTime;
90 Optional<Vector<uint8_t>> stateObjectData;
98 Optional<HTTPBody> httpBody;
138 Optional<uint32_t> currentIndex;
/macosx-10.10.1/CPAN-56/Modules/MooseX-Types-Structured-0.30/
H A DMakefile6 emptyfiles = /usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm \
7 /usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm \
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py15 Optional=False, variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/Get Buddy Info/
H A Dsetup.py15 Optional=False, variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/Get Buddy Info/
H A Dsetup.py15 Optional=False, variable
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp29 ArchiveName(cl::Positional, cl::Optional, cl::desc("<archive-file>"));
32 Verbose("verbose",cl::Optional,cl::init(false),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DLockFileManager.cpp28 Optional<std::pair<std::string, int> >
34 return Optional<std::pair<std::string, int> >();
48 return Optional<std::pair<std::string, int> >();
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DMakefile.PL127 Optional. Takes a string that is interpreted as directory for storing library
134 Optional. Takes a string that is interpreted as umask for the files in the state
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.h35 #include <wtf/Optional.h>
53 template<typename T> struct ArgumentCoder<WTF::Optional<T>> {
54 static void encode(ArgumentEncoder& encoder, const WTF::Optional<T>& optional)
65 static bool decode(ArgumentDecoder& decoder, WTF::Optional<T>& optional)
/macosx-10.10.1/xar-254/xar/
H A DINSTALL24 Optional: Xar can optionally use libbzip2 for data compression. For more
29 Optional: Xar can optionally use liblzma for data compression. For more
34 Optional: Regenerating the configure script requires GNU autoconf. Doing so is
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse-sel.el415 Optional argument DIRECTION specifies the mouse drag direction: a value of
543 Optional argument INITIAL-EVENT specifies an initial down-mouse event.
544 Optional argument NO-PROCESS means not to process the initial
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dmkfipsscr.pl483 --dir=<dirname> Optional root for *.req file search
486 --outfile=<filename> Optional name of output script, default fipstests.{sh|bat}
H A Dfipsalgtest.pl553 --dir=<dirname> Optional root for *.req file search
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Djapan-util.el176 Optional argument HANKAKU t means to convert to `hankaku' Katakana
200 Optional argument ASCII-ONLY non-nil means to return only ASCII character."
227 Optional argument HANKAKU t means to convert to `hankaku katakana' character
276 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char."
296 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char."
/macosx-10.10.1/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb62 states << Optional.new( self )
263 class Optional < State class in class:REXML.Validation
286 class ZeroOrMore < Optional
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm246 be created with. Optional. The argument passed must be a valid
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A DSecPkcs12.h396 #pragma mark --- Optional Functions ---
399 *** Optional, rarely used SecPkcs12CoderRef manipulation ***
403 *** SecPkcs12AttrsRef manipulation. Optional and in fact expected to
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A DSecPkcs12.h396 #pragma mark --- Optional Functions ---
399 *** Optional, rarely used SecPkcs12CoderRef manipulation ***
403 *** SecPkcs12AttrsRef manipulation. Optional and in fact expected to
/macosx-10.10.1/ruby-106/ruby/bcc32/
H A Dconfigure.bat134 echo Optional Package:
/macosx-10.10.1/ruby-106/ruby/symbian/
H A Dconfigure.bat56 echo Optional Package:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp46 static cl::opt<unsigned> MaxThreads("xcore-max-threads", cl::Optional,

Completed in 150 milliseconds

12345678