Home
last modified time | relevance | path

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

/external/rust/crates/nix/test/
Dtest_sendfile.rs80 let mut read_string = String::new(); in test_sendfile_freebsd() localVariable
125 let mut read_string = String::new(); in test_sendfile_darwin() localVariable
/external/skqp/src/core/
DSkFontDescriptor.cpp31 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
/external/skia/src/core/
DSkFontDescriptor.cpp30 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc144 std::string read_string; in TEST() local
/external/rust/crates/libz-sys/src/zlib/contrib/iostream2/
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() 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/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py221 def read_string(self, offset: int) -> str: member in FieldReader
Dtokens.py400 def read_string(start): function
/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/grpc-grpc/third_party/nanopb/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/protobuf/src/
Dcoded_input_stream.rs678 pub fn read_string(&mut self) -> ProtobufResult<String> { in read_string() method
/external/libabigail/src/
Dabg-ini.cc1374 read_string() in read_string() function in abigail::ini::read_context
/external/python/cpython3/Lib/
Dconfigparser.py720 def read_string(self, string, source='<string>'): member in RawConfigParser
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1238 std::pair<size_t, bool> read_string = ReadPointedString( in DumpPrintableRepresentation() local