Home
last modified time | relevance | path

Searched defs:ConstReference (Results 1 – 16 of 16) sorted by relevance

/external/cronet/third_party/libc++/src/test/std/utilities/memory/default.allocator/
Dallocator_types.deprecated_in_cxx17.verify.cpp35 …typedef std::allocator<char>::const_reference ConstReference; // expected-warning {{'const_refer… in f() typedef
42 …typedef std::allocator<char const>::const_reference ConstReference; // expected-warning {{'const… in f() typedef
/external/cronet/third_party/googletest/src/googlemock/include/gmock/internal/
Dgmock-internal-utils.h340 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
361 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
382 static const_reference ConstReference( in ConstReference() function
/external/libaom/third_party/googletest/src/googlemock/include/gmock/internal/
Dgmock-internal-utils.h343 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
364 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
385 static const_reference ConstReference( in ConstReference() function
/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h347 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
368 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
389 static const_reference ConstReference( in ConstReference() function
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h347 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
368 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
389 static const_reference ConstReference( in ConstReference() function
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gmock/
Dgmock.h655 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
676 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
697 static const_reference ConstReference( in ConstReference() function
/external/fmtlib/test/gtest/gmock/
Dgmock.h655 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
676 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
697 static const_reference ConstReference( in ConstReference() function
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h64 using ConstReference = const ValueType<A>&; variable
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h63 using ConstReference = const ValueType<A>&; variable
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/external/pigweed/pw_toolchain/
Dsibling_cast_test.cc76 TEST(SiblingCast, ConstReference) { in TEST() argument