Home
last modified time | relevance | path

Searched defs:Naive (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/base64/src/engine/
Dnaive.rs12 pub struct Naive { struct
15 config: NaiveConfig, argument
18 impl Naive { argument
41 impl Engine for Naive { implementation
/external/rust/android-crates-io/crates/winnow/examples/json/
Dmain.rs56 Naive, enumerator
/external/python/cpython3/Doc/library/
Ddatetime.rst200 .. _datetime-timedelta:
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md605 #### Naive subsubsection
/external/python/cpython3/Lib/test/
Ddatetimetester.py4590 class Naive(tzinfo): class