Home
last modified time | relevance | path

Searched defs:numeric_value (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dmarshalling.cc226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/third_party/python/Modules/_decimal/tests/
Dranddec.py102 def numeric_value(maxprec, maxexp): function