Searched defs:is_optional (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/parameter/ |
D | optional.hpp | 46 struct is_optional struct 56 struct is_optional< ::boost::parameter::optional<Tag,Predicate> > struct
|
D | python.hpp | 131 struct is_optional struct
|
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | optional_traits.hpp | 20 struct is_optional struct 25 struct is_optional<boost::optional<T>> struct
|
/third_party/boost/boost/contract/detail/type_traits/ |
D | optional.hpp | 17 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/ |
D | gen_spirv_builder_and_parser.py | 346 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/ |
D | update_chrome_angle.py | 80 def do_copy(filename, is_optional): argument
|
/third_party/boost/boost/python/ |
D | init.hpp | 81 struct is_optional struct 86 struct is_optional<optional<BOOST_PYTHON_OVERLOAD_ARGS> > struct
|
/third_party/boost/boost/spirit/home/classic/meta/ |
D | parser_traits.hpp | 148 struct is_optional { struct
|
/third_party/boost/boost/test/utils/runtime/ |
D | parameter.hpp | 135 basic_param( cstring name, bool is_optional, bool is_repeatable, Modifiers const& m ) in basic_param()
|
/third_party/ffmpeg/libavfilter/ |
D | af_lv2.c | 437 int is_optional = 0; in init() local
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2utils.c | 857 const gboolean is_optional = lilv_port_has_property (lv2plugin, port, in gst_lv2_class_init() local
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 2173 inline bool FieldDescriptor::is_optional() const { in is_optional() function
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 2310 def is_optional(self): member in Parameter 2521 def is_optional(self): member in CConverter
|