Home
last modified time | relevance | path

Searched defs:Is4 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/abseil-cpp/absl/algorithm/
H A Dalgorithm_test.cc32 static bool Is4(int n) { return n == 4; } in Is4() function in __anoncdd20c770111::LinearSearchTest
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/
H A Dalgorithm_test.cc32 static bool Is4(int n) { return n == 4; } in Is4() function in __anon3610c18a0111::LinearSearchTest
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/algorithm/
H A Dalgorithm_test.cc30 static bool Is4(int n) { return n == 4; } in Is4() function in __anon5523c0860111::LinearSearchTest
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/
H A Dalgorithm_test.cc154 static bool Is4(int n) { return n == 4; } in Is4() function in __anonbb29b6b80111::LinearSearchTest
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dalgorithm_test.cc163 static bool Is4(int n) { return n == 4; } in Is4() function in __anon0611611d0111::LinearSearchTest
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dalgorithm_test.cc163 static bool Is4(int n) { return n == 4; } in Is4() function in __anon5c7545860111::LinearSearchTest
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm_test.cc163 static bool Is4(int n) { return n == 4; } in Is4() function in __anon7f55773c0111::LinearSearchTest
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go461 func (ip Addr) Is4() bool { func