Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 – 25 of 66) sorted by relevance

123

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
99 const std::string& abbr, std::uint_least8_t* index);
Dtime_zone_info.cc298 std::uint_least8_t* index) { in GetTransitionType()
321 tt.abbr_index = static_cast<std::uint_least8_t>(abbr_index); in GetTransitionType()
323 *index = static_cast<std::uint_least8_t>(type_index); in GetTransitionType()
337 std::uint_least8_t std_ti; in ExtendTransitions()
348 std::uint_least8_t dst_ti; in ExtendTransitions()
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
99 const std::string& abbr, std::uint_least8_t* index);
Dtime_zone_info.cc298 std::uint_least8_t* index) { in GetTransitionType()
321 tt.abbr_index = static_cast<std::uint_least8_t>(abbr_index); in GetTransitionType()
323 *index = static_cast<std::uint_least8_t>(type_index); in GetTransitionType()
337 std::uint_least8_t std_ti; in ExtendTransitions()
348 std::uint_least8_t dst_ti; in ExtendTransitions()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
99 const std::string& abbr, std::uint_least8_t* index);
Dtime_zone_info.cc298 std::uint_least8_t* index) { in GetTransitionType()
321 tt.abbr_index = static_cast<std::uint_least8_t>(abbr_index); in GetTransitionType()
323 *index = static_cast<std::uint_least8_t>(type_index); in GetTransitionType()
337 std::uint_least8_t std_ti; in ExtendTransitions()
348 std::uint_least8_t dst_ti; in ExtendTransitions()
/external/llvm-project/libcxx/include/
Dcstdint119 uint_least8_t
167 using::uint_least8_t;
/external/libcxx/include/
Dcstdint120 uint_least8_t
168 using::uint_least8_t;
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h5 typedef unsigned char uint_least8_t; typedef
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp88 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()
90 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp87 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()
89 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
/external/grpc-grpc/third_party/nanopb/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/nanopb-c/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp89 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()
91 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp88 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()
90 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
/external/grpc-grpc/third_party/nanopb/
Dpb.h143 typedef uint_least8_t pb_type_t;
212 typedef uint_least8_t pb_size_t;
221 typedef uint_least8_t pb_byte_t;
/external/nanopb-c/
Dpb.h148 typedef uint_least8_t pb_type_t;
217 typedef uint_least8_t pb_size_t;
226 typedef uint_least8_t pb_byte_t;
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp100 test<uint_least8_t>(); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp99 test<uint_least8_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h125 typedef int uint_least8_t; typedef
/external/capstone/include/windowsce/
Dstdint.h28 uint_least8_t; typedef
/external/llvm-project/libcxx/test/std/atomics/
Dtypes.pass.cpp123 test<uint_least8_t> (); in main()
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp46 …static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value),… in main()

123