Home
last modified time | relevance | path

Searched refs:upb_String_Empty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/
H A Dstring.h63 UPB_INLINE bool upb_String_Empty(const upb_String* s) { return s->size_ == 0; } in upb_String_Empty() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/
Dstring.h83 UPB_INLINE bool upb_String_Empty(const upb_String* s) { return s->size_ == 0; } in upb_String_Empty() function