Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Did_allocator_unittest.cc26 const IdType kMaxId = 1023; in TEST() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h50 static const int kMaxId = 1 << kPartShift; variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h52 static const int kMaxId = 1 << kPartShift; variable
/external/webrtc/api/
Drtp_parameters.cc133 constexpr int RtpExtension::kMaxId; member in webrtc::RtpExtension
Drtp_parameters.h355 static constexpr int kMaxId = 255; member