Home
last modified time | relevance | path

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

12

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java192 Object readString(CodedInputStream input) throws IOException { in readString() method
199 Object readString(CodedInputStream input) throws IOException { in readString() method
206 Object readString(CodedInputStream input) throws IOException { in readString() method
212 abstract Object readString(CodedInputStream input) throws IOException; in readString() method in WireFormat.Utf8Validation
DReader.java128 String readString() throws IOException; in readString() method
DCodedInputStream.java282 public abstract String readString() throws IOException; in readString() method in CodedInputStream
786 public String readString() throws IOException { in readString() method in CodedInputStream.ArrayDecoder
1500 public String readString() throws IOException { in readString() method in CodedInputStream.UnsafeDirectNioDecoder
2252 public String readString() throws IOException { in readString() method in CodedInputStream.StreamDecoder
3348 public String readString() throws IOException { in readString() method in CodedInputStream.IterableDirectByteBufferDecoder
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h83 std::string readString() in readString() function
90 void readString(std::string *v) in readString() function
/third_party/flutter/skia/src/core/
DSkWriter32.cpp25 const char* SkReader32::readString(size_t* outLen) { in readString() function in SkReader32
DSkReadBuffer.cpp145 const char* SkReadBuffer::readString(size_t* len) { in readString() function in SkReadBuffer
157 void SkReadBuffer::readString(SkString* string) { in readString() function in SkReadBuffer
DSkReadBuffer.h263 void readString (SkString* out) { *out = SkString(); } in readString() function
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dextract-deflate-offsets.go180 func readString(src []byte, i int) (int, error) { func
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h94 std::string readString() in readString() function
101 void readString(std::string *v) in readString() function
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js56 SSHBuffer.prototype.readString = function () { method in SSHBuffer
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dreader.js160 Reader.prototype.readString = function (tag, retbuf) { method in Reader
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js147 function readString(bufferDecoder, start) { function
353 readString, property
/third_party/skia/src/core/
DSkReadBuffer.cpp133 const char* SkReadBuffer::readString(size_t* len) { in readString() function in SkReadBuffer
145 void SkReadBuffer::readString(SkString* string) { in readString() function in SkReadBuffer
/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp75 SkString readString(const char[]) override { in readString() function in skrive::internal::__anonda20447c0111::BinaryReader
DJsonReader.cpp115 SkString readString(const char label[]) override { in readString() function in skrive::internal::__anonbe88ba110111::JsonReader
/third_party/protobuf/js/binary/
Ddecoder.js830 jspb.BinaryDecoder.prototype.readString = function(length) { method in jspb.BinaryDecoder
Dreader.js922 jspb.BinaryReader.prototype.readString = function() { method in jspb.BinaryReader
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DJSON.kt338 private fun readString(data: ReadBuffer): String { in readString() method in com.google.flatbuffers.kotlin.JSONParser
348 …private inline fun readString(data: ReadBuffer, limit: Int, crossinline fetch: (Int) -> Byte): Str… in readString() method in com.google.flatbuffers.kotlin.JSONParser
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m431 - (NSString *)readString { method
/third_party/skia/src/sksl/
DSkSLRehydrator.h183 skstd::string_view readString() { in readString() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php271 public static function readString(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h218 bool readString(StringRef &Str) { in readString() function
/third_party/icu/icu4c/source/test/cintltst/
Dbocu1tst.c735 readString(const uint8_t *p, int32_t length, UChar *s) { in readString() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp310 ErrorOr<StringRef> SampleProfileReaderBinary::readString() { in readString() function in SampleProfileReaderBinary
992 ErrorOr<StringRef> SampleProfileReaderGCC::readString() { in readString() function in SampleProfileReaderGCC
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp436 bool Reader::readString() { in readString() function in Json::Reader
1434 bool OurReader::readString() { in readString() function in Json::OurReader

12