/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.h | 40 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/ |
D | time_zone_info.h | 39 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/ |
D | time_zone_info.h | 39 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/ |
D | time_zone_info.h | 39 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/ |
D | time_zone_info.h | 39 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/ |
D | time_zone_info.h | 39 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/ |
D | time_zone_info.h | 39 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);
|
D | time_zone_info.cc | 298 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/ |
D | time_zone_info.h | 39 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/ |
D | stdint_h.pass.cpp | 30 (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/ |
D | cstdint | 120 uint_least8_t 168 using::uint_least8_t;
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cstdint | 119 uint_least8_t 177 using ::uint_least8_t _LIBCPP_USING_IF_EXISTS;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 87 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/ |
D | pb_syshdr.h | 31 typedef uint8_t uint_least8_t; typedef
|
/external/grpc-grpc/third_party/nanopb/extra/ |
D | pb_syshdr.h | 31 typedef uint8_t uint_least8_t; typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 92 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/ |
D | cstdint.pass.cpp | 88 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/ |
D | pb.h | 143 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/ |
D | pb.h | 148 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/ |
D | pb.h | 148 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/ |
D | integral.pass.cpp | 100 test<uint_least8_t>(); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 105 test<std::uint_least8_t>(); in main()
|
/external/musl/include/ |
D | stdint.h | 33 typedef uint8_t uint_least8_t; typedef
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 125 typedef int uint_least8_t; typedef
|
/external/capstone/include/windowsce/ |
D | stdint.h | 28 uint_least8_t; typedef
|