Searched defs:conditional (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/boost/type_traits/ |
| D | conditional.hpp | 16 template <bool b, class T, class U> struct conditional { typedef T type; }; struct 17 template <class T, class U> struct conditional<false, T, U> { typedef U type; }; struct
|
| /third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
| D | MetadataFilterCoverageTest.java | 52 String conditional = String.format("(?s).*if \\(metadata.has%s\\(\\)\\) \\{\\s+" in testCoverageOfExcludableParentFields() local 65 String conditional = String.format("(?s).*if \\(shouldDrop\\(type, \"%s\"\\)\\) \\{\\s+" in testCoverageOfExcludableChildFields() local 77 String conditional = String.format("(?s).*if \\(shouldDrop\\(\"%s\"\\)\\) \\{\\s+" in testCoverageOfExcludableChildlessFields() local
|
| /third_party/boost/libs/locale/src/shared/ |
| D | mo_lambda.cpp | 170 struct conditional : public plural { struct 171 conditional(plural_ptr p1,plural_ptr p2,plural_ptr p3) : in conditional() function 177 virtual int operator()(int n) const in operator ()() 181 virtual conditional *clone() const in clone() 189 plural_ptr op1,op2,op3;
|
| /third_party/boost/tools/quickbook/src/ |
| D | state.hpp | 56 bool conditional; member
|
| /third_party/boost/tools/build/src/build/ |
| D | property_set.py | 297 def conditional (self): member in PropertySet
|
| D | project.py | 1262 def conditional(self, condition, requirements): member in ProjectRules
|
| /third_party/glib/gobject/ |
| D | gobject.c | 250 gboolean conditional) in g_object_notify_queue_freeze()
|
| /third_party/glib/glib/pcre/ |
| D | pcre_jit_compile.c | 4215 …ert_trypath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_trypath()
|