Home
last modified time | relevance | path

Searched refs:kUpb_TokenizerOption_CommentStyleShell (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/
Dtokenizer.h100 kUpb_TokenizerOption_CommentStyleShell = 1 << 3, enumerator
Dtokenizer.c548 const bool style_sh = t->options & kUpb_TokenizerOption_CommentStyleShell; in TryConsumeCommentStart()
Dtokenizer_test.cc570 const int options = kUpb_TokenizerOption_CommentStyleShell; in TEST_1D()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/
H A Dtokenizer.h80 kUpb_TokenizerOption_CommentStyleShell = 1 << 3, enumerator
H A Dtokenizer.c528 const bool style_sh = t->options & kUpb_TokenizerOption_CommentStyleShell; in TryConsumeCommentStart()
H A Dtokenizer_test.cc551 const int options = kUpb_TokenizerOption_CommentStyleShell; in TEST_1D()