Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc167 std::string read_string; in TEST() local
/external/skia/src/core/
DSkFontDescriptor.cpp31 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
/external/skqp/src/core/
DSkFontDescriptor.cpp31 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string() function
/external/zlib/src/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/lua/src/
Dllex.c366 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/python/cpython3/Lib/
Dconfigparser.py719 def read_string(self, string, source='<string>'): member in RawConfigParser