Searched refs:ordinal0 (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/chrono/src/ |
D | date.rs | 362 fn ordinal0(&self) -> u32 { in ordinal0() method 363 self.naive_local().ordinal0() in ordinal0() 405 fn with_ordinal0(&self, ordinal0: u32) -> Option<Date<Tz>> { in with_ordinal0() 406 map_local(self, |date| date.with_ordinal0(ordinal0)) in with_ordinal0()
|
D | lib.rs | 1289 fn ordinal0(&self) -> u32; in ordinal0() method 1330 fn with_ordinal0(&self, ordinal0: u32) -> Option<Self>; in with_ordinal0()
|
D | datetime.rs | 561 fn ordinal0(&self) -> u32 { in ordinal0() method 562 self.naive_local().ordinal0() in ordinal0() 604 fn with_ordinal0(&self, ordinal0: u32) -> Option<DateTime<Tz>> { in with_ordinal0() 605 map_local(self, |datetime| datetime.with_ordinal0(ordinal0)) in with_ordinal0()
|
/external/rust/crates/chrono/src/naive/ |
D | internals.rs | 98 let (mut year_mod_400, mut ordinal0) = div_rem(cycle, 365); in cycle_to_yo() 100 if ordinal0 < delta { in cycle_to_yo() 102 ordinal0 += 365 - u32::from(YEAR_DELTAS[year_mod_400 as usize]); in cycle_to_yo() 104 ordinal0 -= delta; in cycle_to_yo() 106 (year_mod_400, ordinal0 + 1) in cycle_to_yo()
|
D | datetime.rs | 830 fn ordinal0(&self) -> u32 { in ordinal0() method 831 self.date.ordinal0() in ordinal0() 1015 fn with_ordinal0(&self, ordinal0: u32) -> Option<NaiveDateTime> { in with_ordinal0() 1016 self.date.with_ordinal0(ordinal0).map(|d| NaiveDateTime { date: d, ..*self }) in with_ordinal0()
|
D | date.rs | 1261 fn ordinal0(&self) -> u32 { in ordinal0() method 1439 fn with_ordinal0(&self, ordinal0: u32) -> Option<NaiveDate> { in with_ordinal0() 1440 self.with_of(self.of().with_ordinal(ordinal0 + 1)) in with_ordinal0()
|
/external/llvm-project/clang/test/TableGen/ |
D | emit-diag-docs.td | 28 def CheckOrdinal : Warning<"This is the %ordinal0 test I've written">;
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2009 "constexpr %select{function|constructor}1's %ordinal0 parameter type %2 is " 3191 "for %ordinal0 template parameter">; 3217 "%diff{$ of %ordinal0 parameter does not match adjusted type $ of argument" 3218 "|of %ordinal0 parameter does not match adjusted type of argument}1,2%3">; 5310 "type of %ordinal0 parameter of member declaration does not match definition" 5314 "type of %ordinal0 parameter of local declaration does not match definition"
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2571 "%select{constexpr|consteval}2 %select{function|constructor}1's %ordinal0 parameter type %3 is " 4211 "for %ordinal0 template parameter">; 4244 "%diff{$ of %select{|element of }4%ordinal0 parameter does not match " 4246 "|of %select{|element of }4%ordinal0 parameter does not match " 6456 "type of %ordinal0 parameter of member declaration does not match definition" 6460 "type of %ordinal0 parameter of local declaration does not match definition" 11010 "%ordinal0 argument must be a pointer to a valid matrix element type">;
|
/external/clang/docs/ |
D | InternalsManual.rst | 263 ``"ambiguity in %ordinal0 argument"``
|
/external/llvm-project/clang/docs/ |
D | InternalsManual.rst | 263 ``"ambiguity in %ordinal0 argument"``
|