Home
last modified time | relevance | path

Searched defs:numeric_limits (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dlimits.h23 struct numeric_limits { struct
27 // Only a few of the numeric_limits methods are implemented. argument
/external/llvm-project/clang/test/Analysis/
Dllvm-conventions.cpp15 struct numeric_limits { const static bool is_signed; }; struct
/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h84 using numeric_limits = std::numeric_limits<T>; variable