HomeSort by: relevance | last modified time | path
    Searched defs:optional (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/bsd/kyua-cli/dist/utils/
optional.hpp 29 /// \file utils/optional.hpp
30 /// Provides the utils::optional class.
69 /// This class is a simplified version of Boost.Optional.
71 class optional { class in namespace:utils
72 /// Internal representation of the optional data value.
76 optional(void);
77 optional(utils::detail::none_t);
78 optional(const optional< T >&);
79 explicit optional(const T&)
    [all...]
optional.hpp 29 /// \file utils/optional.hpp
30 /// Provides the utils::optional class.
69 /// This class is a simplified version of Boost.Optional.
71 class optional { class in namespace:utils
72 /// Internal representation of the optional data value.
76 optional(void);
77 optional(utils::detail::none_t);
78 optional(const optional< T >&);
79 explicit optional(const T&)
    [all...]
optional_test.cpp 29 #include "utils/optional.ipp"
37 using utils::optional;
52 /// Constructs a new optional object.
90 /// Constructs and returns an optional object.
95 /// \tparam Type The type of the object included in the optional wrapper.
96 /// \param value The value to put inside the optional wrapper.
98 /// \return The constructed optional object.
100 optional< Type >
103 return optional< Type >(value);
113 const optional< int > no_args
210 optional< std::string > optional; local
    [all...]
optional_test.cpp 29 #include "utils/optional.ipp"
37 using utils::optional;
52 /// Constructs a new optional object.
90 /// Constructs and returns an optional object.
95 /// \tparam Type The type of the object included in the optional wrapper.
96 /// \param value The value to put inside the optional wrapper.
98 /// \return The constructed optional object.
100 optional< Type >
103 return optional< Type >(value);
113 const optional< int > no_args
210 optional< std::string > optional; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_local.h 26 unsigned int optional : 1; member in struct:ossl_property_definition_st
property_local.h 26 unsigned int optional : 1; member in struct:ossl_property_definition_st
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_local.h 24 unsigned int optional : 1; member in struct:ossl_property_definition_st
property_local.h 24 unsigned int optional : 1; member in struct:ossl_property_definition_st
  /src/sys/arch/pmax/tc/
dtreg.h 129 uint8_t optional[4]; /* 0-3 optional bytes, ignore */ member in struct:dt_ident
dtreg.h 129 uint8_t optional[4]; /* 0-3 optional bytes, ignore */ member in struct:dt_ident
  /src/tests/lib/libc/regex/
t_regex_att.c 193 optional(const char *s) function
462 case '{': /* Begin optional implementation */
463 if (optional(comment)) {
469 case '}': /* End optional implementation */
472 case '?': /* Optional */
t_regex_att.c 193 optional(const char *s) function
462 case '{': /* Begin optional implementation */
463 if (optional(comment)) {
469 case '}': /* End optional implementation */
472 case '?': /* Optional */
  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile-internal.h 105 int optional; member in struct:scheme_function
guile-internal.h 105 int optional; member in struct:scheme_function
  /src/external/gpl3/gdb/dist/gdb/guile/
guile-internal.h 118 int optional; member in struct:scheme_function
guile-internal.h 118 int optional; member in struct:scheme_function
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 94 int optional; member in struct:member

Completed in 261 milliseconds

1 2 3 4