Searched refs:ANNOTATE_CONTIGUOUS_CONTAINER (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | fixed_array.h | 496 ANNOTATE_CONTIGUOUS_CONTAINER(data(), RedzoneEnd(), RedzoneEnd(), data() + n); in AnnotateConstruct() 497 ANNOTATE_CONTIGUOUS_CONTAINER(RedzoneBegin(), data(), data(), RedzoneBegin()); in AnnotateConstruct() 507 ANNOTATE_CONTIGUOUS_CONTAINER(data(), RedzoneEnd(), data() + n, RedzoneEnd()); in AnnotateDestruct() 508 ANNOTATE_CONTIGUOUS_CONTAINER(RedzoneBegin(), data(), RedzoneBegin(), data()); in AnnotateDestruct()
|
/external/abseil-cpp/absl/container/ |
D | fixed_array.h | 496 ANNOTATE_CONTIGUOUS_CONTAINER(data(), RedzoneEnd(), RedzoneEnd(), data() + n); in AnnotateConstruct() 497 ANNOTATE_CONTIGUOUS_CONTAINER(RedzoneBegin(), data(), data(), RedzoneBegin()); in AnnotateConstruct() 507 ANNOTATE_CONTIGUOUS_CONTAINER(data(), RedzoneEnd(), data() + n, RedzoneEnd()); in AnnotateDestruct() 508 ANNOTATE_CONTIGUOUS_CONTAINER(RedzoneBegin(), data(), RedzoneBegin(), data()); in AnnotateDestruct()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | dynamic_annotations.h | 371 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ macro 380 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | dynamic_annotations.h | 371 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ macro 380 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) macro
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | dynamic_annotations.h | 371 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ macro 380 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) macro
|
/external/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 374 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ macro 379 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) macro
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.h | 374 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \ macro 379 #define ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) macro
|