/third_party/boost/boost/regex/v4/ |
D | basic_regex.hpp | 169 typedef regex_constants::syntax_option_type flag_type; typedef 191 flag_type m_flags; // flags with which we were compiled 217 typedef regex_constants::syntax_option_type flag_type; typedef in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation 229 flag_type f) in assign() 271 flag_type BOOST_REGEX_CALL flags()const in flags() 342 typedef regex_constants::syntax_option_type flag_type; typedef in boost::basic_regex 350 explicit basic_regex(const charT* p, flag_type f = regex_constants::normal) in basic_regex() 354 basic_regex(const charT* p1, const charT* p2, flag_type f = regex_constants::normal) in basic_regex() 358 basic_regex(const charT* p, size_type len, flag_type f) in basic_regex() 381 basic_regex& assign(const charT* p, flag_type f = regex_constants::normal) in assign() [all …]
|
D | regbase.hpp | 106 typedef unsigned int flag_type; typedef in boost::regbase 162 typedef ::boost::regbase::flag_type syntax_option_type;
|
D | instances.hpp | 188 flag_type f);
|
D | basic_regex_creator.hpp | 217 regbase::flag_type flags() in flags() 221 void flags(regbase::flag_type f) in flags()
|
D | perl_matcher_common.hpp | 58 typedef typename basic_regex<char_type, traits>::flag_type expression_flag_type; in construct_init()
|
/third_party/boost/boost/iostreams/filter/ |
D | regex.hpp | 34 typedef regex_constants::match_flag_type flag_type; typedef in boost::iostreams::basic_regex_filter 40 flag_type flags = regex_constants::match_default ) in basic_regex_filter() 44 flag_type flags = regex_constants::match_default, in basic_regex_filter() 45 flag_type fmt_flags = regex_constants::format_default ) in basic_regex_filter() 49 flag_type flags = regex_constants::match_default, in basic_regex_filter() 50 flag_type fmt_flags = regex_constants::format_default ) in basic_regex_filter() 79 simple_formatter(const string_type& fmt, flag_type fmt_flags) in simple_formatter() 84 flag_type fmt_flags_; 88 flag_type flags_;
|
D | aggregate.hpp | 151 enum flag_type { enum in boost::iostreams::aggregate_filter
|
D | line.hpp | 202 enum flag_type { enum in boost::iostreams::basic_line_filter
|
D | symmetric.hpp | 243 enum flag_type { enum in boost::iostreams::symmetric_filter
|
/third_party/boost/boost/xpressive/ |
D | basic_regex.hpp | 70 typedef regex_constants::syntax_option_type flag_type; typedef 183 …static basic_regex<BidiIter> compile(InputIter begin, InputIter end, flag_type flags = regex_const… in compile() 191 …static basic_regex<BidiIter> compile(InputRange const &pat, flag_type flags = regex_constants::ECM… in compile() 198 …static basic_regex<BidiIter> compile(char_type const *begin, flag_type flags = regex_constants::EC… in compile() 205 static basic_regex<BidiIter> compile(char_type const *begin, std::size_t len, flag_type flags) in compile()
|
D | regex_compiler.hpp | 58 typedef regex_constants::syntax_option_type flag_type; typedef 118 compile(InputIter begin, InputIter end, flag_type flags = regex_constants::ECMAScript) in compile() 128 compile(InputRange const &pat, flag_type flags = regex_constants::ECMAScript) in compile() 136 compile(char_type const *begin, flag_type flags = regex_constants::ECMAScript) in compile() 145 basic_regex<BidiIter> compile(char_type const *begin, std::size_t size, flag_type flags) in compile() 184 …basic_regex<BidiIter> compile_(FwdIter begin, FwdIter end, flag_type flags, std::forward_iterator_… in compile_() 236 …basic_regex<BidiIter> compile_(InputIter begin, InputIter end, flag_type flags, std::input_iterato… in compile_()
|
/third_party/boost/libs/regex/doc/ |
D | basic_regex.qbk | 56 typedef regex_constants::``[syntax_option_type]`` flag_type; 120 …explicit ``[link boost_regex.basic_regex.construct2 basic_regex]``(const charT* p, flag_type f = … 122 flag_type f = regex_constants::normal); 123 …ink boost_regex.basic_regex.construct4 basic_regex]``(const charT* p, size_type len, flag_type f); 128 flag_type f = regex_constants::normal); 132 flag_type f = regex_constants::normal); 153 flag_type f = regex_constants::normal); 154 …_regex.basic_regex.assign3 basic_regex& assign]``(const charT* ptr, unsigned int len, flag_type f); 158 flag_type f = regex_constants::normal); 162 flag_type f = regex_constants::normal); [all …]
|
/third_party/gn/src/gn/ |
D | ninja_c_binary_target_writer.h | 50 void WritePCHCommand(const Substitution* flag_type, 58 void WriteGCCPCHCommand(const Substitution* flag_type, 64 void WriteWindowsPCHCommand(const Substitution* flag_type,
|
D | ninja_c_binary_target_writer.cc | 310 const Substitution* flag_type, in WritePCHCommand() argument 319 WriteWindowsPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand() 323 WriteGCCPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand() 333 const Substitution* flag_type, in WriteGCCPCHCommand() argument 356 out_ << " " << flag_type->ninja_name << " ="; in WriteGCCPCHCommand() 389 const Substitution* flag_type, in WriteWindowsPCHCommand() argument 412 out_ << " " << flag_type->ninja_name << " ="; in WriteWindowsPCHCommand() 416 out_ << " ${" << flag_type->ninja_name << "}"; in WriteWindowsPCHCommand()
|
/third_party/toybox/toys/pending/ |
D | arp.c | 70 struct type flag_type[] = { variable 273 for (i = 0; flag_type[i].name; i++) in arp_main() 274 if (flag_type[i].val & flag) printf(" %s", flag_type[i].name); in arp_main()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 66 static int get_mode(char *file_name, int flag_type, char *flag_name) in get_mode() argument 70 TEST(statx(AT_FDCWD, file_name, flag_type, STATX_ALL, &buf)); in get_mode()
|
/third_party/boost/boost/regex/ |
D | concepts.hpp | 284 typedef typename Regex::flag_type flag_type; typedef 375 …BOOST_STATIC_ASSERT((::boost::is_same< flag_type, global_regex_namespace::regex_constants::syntax_… in constraints() 376 flag_type opts in constraints() 580 flag_type m_flags; 609 typedef typename Regex::flag_type flag_type; typedef 782 flag_type m_flags; 849 typedef typename Regex::flag_type flag_type; typedef
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 325 string GetZeroEnumNameForFlagType(const FlagType flag_type) { in GetZeroEnumNameForFlagType() argument 326 switch(flag_type) { in GetZeroEnumNameForFlagType() 339 string GetEnumNameForFlagType(const FlagType flag_type) { in GetEnumNameForFlagType() argument 340 switch(flag_type) { in GetEnumNameForFlagType() 919 string BuildFlagsString(const FlagType flag_type, in BuildFlagsString() argument 922 return GetZeroEnumNameForFlagType(flag_type); in BuildFlagsString() 926 string string("(" + GetEnumNameForFlagType(flag_type) + ")("); in BuildFlagsString()
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | linked_streambuf.hpp | 102 enum flag_type { enum in boost::iostreams::detail::linked_streambuf
|
D | indirect_streambuf.hpp | 124 enum flag_type { enum in boost::iostreams::detail::indirect_streambuf
|
/third_party/boost/libs/regex/src/ |
D | regex.cpp | 97 BOOST_REGEX_DECL void BOOST_REGEX_CALL verify_options(boost::regex::flag_type /*ef*/, match_flag_ty… in verify_options() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 56 typedef Flag flag_type; typedef
|
/third_party/boost/boost/iostreams/ |
D | code_converter.hpp | 207 enum flag_type { enum
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | options.c | 26 enum flag_type { enum
|