Home
last modified time | relevance | path

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

12

/external/rust/crates/nix/test/
Dtest_sendfile.rs100 let mut read_string = String::new(); in test_sendfile_freebsd() localVariable
149 let mut read_string = String::new(); in test_sendfile_dragonfly() localVariable
198 let mut read_string = String::new(); in test_sendfile_darwin() localVariable
257 let mut read_string = String::new(); in test_sendfilev() localVariable
/external/mesa3d/src/gallium/frontends/rusticl/util/
Dserialize.rs22 pub fn read_string(input: &mut &[u8], len: usize) -> Option<String> { in read_string() function
/external/tink/python/tink/cc/
Dpython_input_stream.cc80 std::string read_string = read_result.value(); in Next() local
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc144 std::string read_string; in TEST() local
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dinfo_parser_read.hpp113 std::basic_string<Ch> read_string(const Ch *&text, bool *need_more_lines) in read_string() function
/external/rust/crates/libz-sys/src/zlib/contrib/iostream2/
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/external/skia/src/core/
DSkFontDescriptor.cpp45 [[nodiscard]] static bool read_string(SkStream* stream, SkString* string) { in read_string() function
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py233 def read_string(self, offset: int) -> str: member in FieldReader
Dtokens.py473 def read_string(start): function
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c91 char read_string[PATH_STRING_LENGTH + 1]; variable
Dinode02.c74 char read_string[PATH_STRING_LENGTH + 1]; variable
/external/fmtlib/test/
Dscan-test.cc71 TEST(scan_test, read_string) { in TEST() argument
/external/rust/crates/protobuf/src/text_format/
Dparse.rs154 fn read_string(&mut self) -> ParseResult<String> { in read_string() method
/external/lua/src/
Dllex.c378 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
/external/nanopb-c/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
/external/rust/crates/uniffi_meta/src/
Dreader.rs113 fn read_string(&mut self) -> Result<String> { in read_string() method
/external/rust/crates/bincode/src/de/
Dmod.rs99 fn read_string(&mut self) -> Result<String> { in read_string() method
/external/trace-cmd/tracecmd/
Dtrace-listen.c99 static int read_string(int fd, char *buf, size_t size) in read_string() function
/external/rust/crates/protobuf/2.27.1/src/
Dcoded_input_stream.rs651 pub fn read_string(&mut self) -> ProtobufResult<String> { in read_string() method
/external/rust/crates/protobuf-json-mapping/src/
Dparse.rs336 fn read_string(&mut self) -> ParseResultWithoutLoc<String> { in read_string() method
/external/rust/crates/protobuf/src/coded_input_stream/
Dmod.rs610 pub fn read_string(&mut self) -> crate::Result<String> { in read_string() method
/external/linux-kselftest/tools/testing/selftests/vm/
Dkhugepaged.c217 static int read_string(const char *name, const char *strings[]) in read_string() function
/external/python/cpython3/Lib/
Dconfigparser.py736 def read_string(self, string, source='<string>'): member in RawConfigParser
/external/trace-cmd/lib/trace-cmd/
Dtrace-input.c358 static char *read_string(struct tracecmd_input *handle) in read_string() function

12