Home
last modified time | relevance | path

Searched defs:conditional (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/type_traits/
Dconditional.hpp16 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/
DMetadataFilterCoverageTest.java52 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/
Dmo_lambda.cpp170 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/
Dstate.hpp56 bool conditional; member
/third_party/boost/tools/build/src/build/
Dproperty_set.py297 def conditional (self): member in PropertySet
Dproject.py1262 def conditional(self, condition, requirements): member in ProjectRules
/third_party/glib/gobject/
Dgobject.c250 gboolean conditional) in g_object_notify_queue_freeze()
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c4215 …ert_trypath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_trypath()