Home
last modified time | relevance | path

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

/external/llvm-libc/src/stdio/scanf_core/
Dconverter.h88 int raw_match(Reader<T> *reader, cpp::string_view raw_string) { in raw_match()
Dcore_structs.h35 cpp::string_view raw_string; member
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/scanf_core/
Dconverter.cpp80 int raw_match(Reader *reader, cpp::string_view raw_string) { in raw_match()
Dcore_structs.h35 cpp::string_view raw_string; member
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/scanf_core/
Dconverter.cpp80 int raw_match(Reader *reader, cpp::string_view raw_string) { in raw_match()
Dcore_structs.h35 cpp::string_view raw_string; member
/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dzsh.rs677 let raw_string = "\\ [foo]() `bar https://$PATH"; localVariable
686 let raw_string = "\\ [foo]() `bar https://$PATH"; localVariable
/external/cronet/stable/base/files/
Dfile_path_fuzzer.cc24 const std::string raw_string = provider.ConsumeRandomLengthString(); in GenerateNativeString() local
/external/cronet/tot/base/files/
Dfile_path_fuzzer.cc24 const std::string raw_string = provider.ConsumeRandomLengthString(); in GenerateNativeString() local
/external/llvm-libc/src/time/strftime_core/
Dcore_structs.h32 cpp::string_view raw_string = {}; member
/external/cronet/stable/base/
Dcommand_line_fuzzer.cc25 const std::string raw_string = provider.ConsumeRandomLengthString(); in GenerateNativeString() local
/external/cronet/tot/base/
Dcommand_line_fuzzer.cc25 const std::string raw_string = provider.ConsumeRandomLengthString(); in GenerateNativeString() local
/external/rust/android-crates-io/crates/litrs/src/string/
Dtests.rs164 fn raw_string() { in raw_string() function
/external/rust/android-crates-io/crates/paste/src/
Dattr.rs120 let raw_string = mem::replace(&mut string.value, String::new()); in do_paste_name_value_attr() localVariable
/external/aws-crt-java/src/native/
Dlogging.c38 const char *raw_string = (*env)->GetStringUTFChars(env, jni_logstring, NULL); in Java_software_amazon_awssdk_crt_Log_log() local
/external/rust/android-crates-io/crates/toml_edit/src/
Dlib.rs92 mod raw_string; module
/external/rust/android-crates-io/crates/shared_library/src/
Ddynamic_library.rs125 let raw_string = CString::new(symbol).unwrap(); in symbol() localVariable
150 let raw_string = CString::new(symbol).unwrap(); in symbol_special() localVariable
/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc138 std::optional<Json::Value> ParseJsonString(base::StringView raw_string) { in ParseJsonString()
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dcore_structs.h49 cpp::string_view raw_string; member
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dcore_structs.h49 cpp::string_view raw_string; member
/external/llvm-libc/src/stdio/printf_core/
Dcore_structs.h49 cpp::string_view raw_string; member
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dparse.rs418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dparse.rs418 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() function
/external/rust/android-crates-io/crates/proc-macro2/src/
Dparse.rs414 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc4316 auto& raw_string = raw_backend_config_string(); in GetBackendConfigInternal() local
4347 std::string raw_string) { in operator =()