Home
last modified time | relevance | path

Searched refs:NumSpecialValues (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/date_time/gregorian/
Dparsers.hpp31 static const char* const special_value_names[date_time::NumSpecialValues] in special_value_from_string()
37 date_time::NumSpecialValues, in special_value_from_string()
39 if(i >= date_time::NumSpecialValues) { // match not found in special_value_from_string()
/third_party/boost/libs/date_time/src/gregorian/
Dgreg_names.hpp22 …const char* const special_value_names[date_time::NumSpecialValues]={"not-a-date-time","-infinity",…
34 …const wchar_t* const w_special_value_names[date_time::NumSpecialValues]={L"not-a-date-time",L"-inf…
/third_party/boost/boost/date_time/
Dspecial_defs.hpp18 not_special, NumSpecialValues}; enumerator