Home
last modified time | relevance | path

Searched defs:readString (Results 1 – 25 of 26) 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.java283 public abstract String readString() throws IOException; in readString() method in CodedInputStream
787 public String readString() throws IOException { in readString() method in CodedInputStream.ArrayDecoder
1501 public String readString() throws IOException { in readString() method in CodedInputStream.UnsafeDirectNioDecoder
2253 public String readString() throws IOException { in readString() method in CodedInputStream.StreamDecoder
3349 public String readString() throws IOException { in readString() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java157 public String readString() throws IOException { in readString() method in CodedInputStreamReader
DBinaryReader.java209 public String readString() throws IOException { in readString() method in BinaryReader.SafeHeapReader
/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/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::__anonbce5b01b0111::BinaryReader
DJsonReader.cpp115 SkString readString(const char label[]) override { in readString() function in skrive::internal::__anonc770b1f00111::JsonReader
/third_party/protobuf/js/binary/
Ddecoder.js831 jspb.BinaryDecoder.prototype.readString = function(length) { method in jspb.BinaryDecoder
Dreader.js932 jspb.BinaryReader.prototype.readString = function() { method in jspb.BinaryReader
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
Djson.kt340 private fun readString(data: ReadBuffer): String { in readString() method
350 …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/icu/icu4c/source/test/cintltst/
Dbocu1tst.c737 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/include/llvm/ProfileData/
DGCOV.h218 bool readString(StringRef &Str) { 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp86 Error RawCoverageReader::readString(StringRef &Result) { in readString() function in RawCoverageReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp113 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp619 bool Reader::readString() { in readString() function in Json::Reader
1563 bool OurReader::readString() { in readString() function in Json::OurReader
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp634 bool Reader::readString() { in readString() function in Json::Reader
1597 bool OurReader::readString() { in readString() function in Json::OurReader
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp619 bool Reader::readString() { in readString() function in Json::Reader
1563 bool OurReader::readString() { in readString() function in Json::OurReader
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp619 bool Reader::readString() { in readString() function in Json::Reader
1563 bool OurReader::readString() { in readString() function in Json::OurReader

12