Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h16 struct integral_constant { struct
19 typedef integral_constant<T, v> type; argument
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h77 struct integral_constant { struct
80 typedef integral_constant<T, v> type; argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtype_alias_empty.hpp7 struct integral_constant {}; struct
/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h166 using integral_constant = std::integral_constant<T, v>; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2934 struct integral_constant struct
2936 static constexpr _Tp value = __v;
2937 typedef _Tp value_type;
2938 typedef integral_constant<_Tp, __v> type;
2939 constexpr operator value_type() const { return value; } in operator value_type()
2944 constexpr value_type operator()() const { return value; } in operator ()()