Home
last modified time | relevance | path

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

1234

/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h40 std::uint_least8_t type_index; // index of the transition type
62 std::uint_least8_t abbr_index; // index of the new abbreviation
89 const std::string& abbr, std::uint_least8_t* index);
/external/cronet/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);
/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
99 const std::string& abbr, std::uint_least8_t* index);
/external/tensorflow/third_party/absl/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);
/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);
/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
99 const std::string& abbr, std::uint_least8_t* index);
/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/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);
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp30 (void)sizeof(uint_least8_t); in use()
105 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, ""); in main()
106 static_assert(std::is_unsigned<uint_least8_t>::value, ""); in main()
/external/libcxx/include/
Dcstdint120 uint_least8_t
168 using::uint_least8_t;
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdint119 uint_least8_t
177 using ::uint_least8_t _LIBCPP_USING_IF_EXISTS;
/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/nanopb-c/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/grpc-grpc/third_party/nanopb/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp92 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()
94 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;
218 typedef uint_least8_t pb_size_t;
227 typedef uint_least8_t pb_byte_t;
/external/nanopb-c/spm_headers/nanopb/
Dpb.h148 typedef uint_least8_t pb_type_t;
218 typedef uint_least8_t pb_size_t;
227 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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp105 test<std::uint_least8_t>(); in main()
/external/musl/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/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

1234