/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | string_literal.h | 29 struct string_literal { struct 30 consteval /*implicit*/ string_literal(const char (&str)[N + 1]) { in string_literal() argument 54 string_literal(const char (&str)[N]) -> string_literal<N - 1>; argument
|
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
H A D | tokenize.h | 60 #define PW_TOKENIZE_STRING(string_literal) \ argument 71 #define PW_TOKENIZE_STRING_EXPR(string_literal) \ argument 79 #define PW_TOKENIZE_STRING_DOMAIN(domain, string_literal) \ argument 84 #define PW_TOKENIZE_STRING_DOMAIN_EXPR(domain, string_literal) \ argument 94 #define PW_TOKENIZE_STRING_MASK(domain, mask, string_literal) \ argument 106 #define PW_TOKENIZE_STRING_MASK_EXPR(domain, mask, string_literal) \ argument 113 #define _PW_TOKENIZER_MASK_TOKEN(mask, string_literal) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/ |
D | regression_file_iterator3.cpp | 43 struct string_literal struct 45 string_literal(file_iterator, file_iterator) in string_literal() function
|
D | regression_file_iterator2.cpp | 40 struct string_literal struct 42 string_literal(file_iterator, file_iterator) in string_literal() function
|
D | regression_file_iterator1.cpp | 41 struct string_literal struct 43 string_literal(file_iterator, file_iterator) in string_literal() argument
|
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/ |
H A D | tokenized_args.h | 49 #define PW_LOG_TOKEN(string_literal) string_literal argument 53 #define PW_LOG_TOKEN_EXPR(string_literal) string_literal argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/ |
D | format.h | 289 template <typename CharT, CharT... C> struct string_literal { struct 298 constexpr CharT string_literal<CharT, C...>::value[sizeof...(C)]; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/ |
D | format.h | 289 template <typename CharT, CharT... C> struct string_literal { struct 298 constexpr CharT string_literal<CharT, C...>::value[sizeof...(C)]; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/ |
D | format.h | 289 template <typename CharT, CharT... C> struct string_literal { struct 298 constexpr CharT string_literal<CharT, C...>::value[sizeof...(C)]; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/ |
D | format.h | 289 template <typename CharT, CharT... C> struct string_literal { struct 298 constexpr CharT string_literal<CharT, C...>::value[sizeof...(C)]; argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/ |
D | format.h | 289 template <typename CharT, CharT... C> struct string_literal { struct 298 constexpr CharT string_literal<CharT, C...>::value[sizeof...(C)]; argument
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | aarch64-special-register.c | 3 void string_literal(unsigned v) { in string_literal() function
|
H A D | arm-special-register.c | 3 void string_literal(unsigned v) { in string_literal() function
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | tokenize_test.cc | 554 const char* string_literal = nullptr; in TEST_F() local 566 const char* string_literal = nullptr; in TEST_F() local
|
H A D | hash_test.cc | 100 #define TEST_SUPPORTED_HASHES(string_literal) \ argument
|
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/ |
H A D | tokenize_string.h | 95 calculated_token, domain_literal, string_literal) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/ |
D | enums_newtype.rs | 55 fn string_literal() { in string_literal() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Highlighter.h | 58 ColorStyle string_literal; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Highlighter.h | 58 ColorStyle string_literal; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | Highlighter.h | 58 ColorStyle string_literal; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Highlighter.h | 58 ColorStyle string_literal; member
|
/aosp_15_r20/external/mesa3d/meson_to_hermetic/ |
H A D | meson2python.py | 314 def string_literal(self, tree): member in TreeToCode
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
H A D | lexer.py | 144 string_literal = '"'+string_char+'*"' variable in Lexer
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | gen-tag-table.py | 1081 string_literal = lt.language[1:] + '-' variable
|
/aosp_15_r20/external/python/pycparser/pycparser/ |
D | c_lexer.py | 248 string_literal = '"'+string_char+'*"' variable in CLexer
|