Home
last modified time | relevance | path

Searched defs:flag_type (Results 1 – 15 of 15) sorted by relevance

/external/python/absl-py/absl/flags/
D_argument_parser.py120 def flag_type(self) -> Text: member in ArgumentParser
233 def flag_type(self) -> Text: member in FloatParser
286 def flag_type(self) -> Text: member in IntegerParser
314 def flag_type(self) -> Text: member in BooleanParser
371 def flag_type(self) -> Text: member in EnumParser
451 def flag_type(self) -> Text: member in EnumClassParser
553 def flag_type(self) -> Text: member in BaseListParser
D_flag.py250 def flag_type(self) -> Text: member in Flag
490 def flag_type(self): member in MultiFlag
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionutils.h22 unsigned int flag_type; member
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dbasic_regex.hpp162 typedef regex_constants::syntax_option_type flag_type; typedef
206 typedef regex_constants::syntax_option_type flag_type; typedef in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
331 typedef regex_constants::syntax_option_type flag_type; typedef in boost::basic_regex
690 typedef typename basic_regex<charT, traits>::flag_type flag_type; typedef in boost::reg_expression
Dregbase.hpp95 typedef unsigned int flag_type; typedef in boost::regbase
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx07.c61 static int get_mode(char *file_name, int flag_type, char *flag_name) in get_mode()
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex.hpp169 typedef regex_constants::syntax_option_type flag_type; typedef
217 typedef regex_constants::syntax_option_type flag_type; typedef in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
342 typedef regex_constants::syntax_option_type flag_type; typedef in boost::basic_regex
729 typedef typename basic_regex<charT, traits>::flag_type flag_type; typedef in boost::reg_expression
Dregbase.hpp106 typedef unsigned int flag_type; typedef in boost::regbase
/external/toybox/toys/pending/
Darp.c70 struct type flag_type[] = { variable
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTestsUtils.hpp60 typedef Flag flag_type; typedef
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dconcepts.hpp290 typedef typename Regex::flag_type flag_type; typedef
615 typedef typename Regex::flag_type flag_type; typedef
855 typedef typename Regex::flag_type flag_type; typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc523 std::string GetZeroEnumNameForFlagType(const FlagType flag_type) { in GetZeroEnumNameForFlagType()
537 std::string GetEnumNameForFlagType(const FlagType flag_type) { in GetEnumNameForFlagType()
1158 std::string BuildFlagsString(const FlagType flag_type, in BuildFlagsString()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc523 std::string GetZeroEnumNameForFlagType(const FlagType flag_type) { in GetZeroEnumNameForFlagType()
537 std::string GetEnumNameForFlagType(const FlagType flag_type) { in GetEnumNameForFlagType()
1158 std::string BuildFlagsString(const FlagType flag_type, in BuildFlagsString()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc523 std::string GetZeroEnumNameForFlagType(const FlagType flag_type) { in GetZeroEnumNameForFlagType()
537 std::string GetEnumNameForFlagType(const FlagType flag_type) { in GetEnumNameForFlagType()
1158 std::string BuildFlagsString(const FlagType flag_type, in BuildFlagsString()
/external/pcre/src/sljit/
DsljitNativeS390X.c2461 sljit_s32 flag_type = GET_FLAG_TYPE(op); in sljit_emit_sub() local