Home
last modified time | relevance | path

Searched defs:kEmptyStringView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cpu_features/include/internal/
H A Dstring_view.h33 static const StringView kEmptyStringView = {NULL, 0}; variable
35 static const StringView kEmptyStringView; variable
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/internal/
H A Dstring_view.h33 static const StringView kEmptyStringView = {NULL, 0}; variable
35 static const StringView kEmptyStringView; variable
/aosp_15_r20/external/tink/cc/subtle/
H A Ded25519_verify_boringssl_test.cc194 const absl::string_view kEmptyStringView; in TEST_F() local