Home
last modified time | relevance | path

Searched defs:string_literal (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dstring_literal.h29 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 Dtokenize.h60 #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/
Dregression_file_iterator3.cpp43 struct string_literal struct
45 string_literal(file_iterator, file_iterator) in string_literal() function
Dregression_file_iterator2.cpp40 struct string_literal struct
42 string_literal(file_iterator, file_iterator) in string_literal() function
Dregression_file_iterator1.cpp41 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 Dtokenized_args.h49 #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/
Dformat.h289 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/
Dformat.h289 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/
Dformat.h289 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/
Dformat.h289 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/
Dformat.h289 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 Daarch64-special-register.c3 void string_literal(unsigned v) { in string_literal() function
H A Darm-special-register.c3 void string_literal(unsigned v) { in string_literal() function
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dtokenize_test.cc554 const char* string_literal = nullptr; in TEST_F() local
566 const char* string_literal = nullptr; in TEST_F() local
H A Dhash_test.cc100 #define TEST_SUPPORTED_HASHES(string_literal) \ argument
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
H A Dtokenize_string.h95 calculated_token, domain_literal, string_literal) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Denums_newtype.rs55 fn string_literal() { in string_literal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DHighlighter.h58 ColorStyle string_literal; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DHighlighter.h58 ColorStyle string_literal; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DHighlighter.h58 ColorStyle string_literal; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DHighlighter.h58 ColorStyle string_literal; member
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson2python.py314 def string_literal(self, tree): member in TreeToCode
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py144 string_literal = '"'+string_char+'*"' variable in Lexer
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dgen-tag-table.py1081 string_literal = lt.language[1:] + '-' variable
/aosp_15_r20/external/python/pycparser/pycparser/
Dc_lexer.py248 string_literal = '"'+string_char+'*"' variable in CLexer

12