Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h348 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
369 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
390 static const_reference ConstReference( in ConstReference() function
/aosp_15_r20/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h348 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
369 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
390 static const_reference ConstReference( in ConstReference() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/internal/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/fmtlib/test/gtest/gmock/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/default.allocator/
H A 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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h64 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h64 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h63 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h62 using ConstReference = const ValueType<A>&; variable
/aosp_15_r20/external/pigweed/pw_toolchain/
H A Dsibling_cast_test.cc76 TEST(SiblingCast, ConstReference) { in TEST() argument