Home
last modified time | relevance | path

Searched defs:is_optional (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/parameter/
Doptional.hpp46 struct is_optional struct
56 struct is_optional< ::boost::parameter::optional<Tag,Predicate> > struct
Dpython.hpp131 struct is_optional struct
/third_party/boost/boost/spirit/home/x3/support/traits/
Doptional_traits.hpp20 struct is_optional struct
25 struct is_optional<boost::optional<T>> struct
/third_party/boost/boost/contract/detail/type_traits/
Doptional.hpp17 struct is_optional : boost::false_type {}; struct
19 struct is_optional<boost::optional<T> > : boost::true_type {}; struct
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument
390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py80 def do_copy(filename, is_optional): argument
/third_party/boost/boost/python/
Dinit.hpp81 struct is_optional struct
86 struct is_optional<optional<BOOST_PYTHON_OVERLOAD_ARGS> > struct
/third_party/boost/boost/spirit/home/classic/meta/
Dparser_traits.hpp148 struct is_optional { struct
/third_party/boost/boost/test/utils/runtime/
Dparameter.hpp135 basic_param( cstring name, bool is_optional, bool is_repeatable, Modifiers const& m ) in basic_param()
/third_party/ffmpeg/libavfilter/
Daf_lv2.c437 int is_optional = 0; in init() local
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c857 const gboolean is_optional = lilv_port_has_property (lv2plugin, port, in gst_lv2_class_init() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h2173 inline bool FieldDescriptor::is_optional() const { in is_optional() function
/third_party/python/Tools/clinic/
Dclinic.py2310 def is_optional(self): member in Parameter
2521 def is_optional(self): member in CConverter