Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsupport.cc47 string ReadString(void) { in ReadString() function
63 string ReadString(void) { in ReadString() function
/third_party/node/src/
Dblob_serializer_deserializer-inl.h132 std::string BlobDeserializer<Impl>::ReadString() { in ReadString() function
Dnode_snapshotable.cc226 std::string ReadString() { in ReadString() function in node::SnapshotDeserializer
/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs220 public string ReadString() in ReadString() method
DJsonTokenizer.cs324 private string ReadString() in ReadString() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
DCodedInputStream.cs421 public string ReadString() in ReadString() method in Google.Protobuf.CodedInputStream
DParsingPrimitives.cs558 … public static string ReadString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadString() method in Google.Protobuf.ParsingPrimitives
/third_party/gn/src/gn/
Dtool.cc100 bool Tool::ReadString(Scope* scope, in ReadString() function in Tool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp300 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { in ReadString() function in LLLexer
/third_party/protobuf/src/google/protobuf/
Dparse_context.h153 PROTOBUF_MUST_USE_RESULT const char* ReadString(const char* ptr, int size, in ReadString() function
Dwire_format_lite.h874 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
879 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc258 bool CodedInputStream::ReadString(std::string* buffer, int size) { in ReadString() function in google::protobuf::io::CodedInputStream
Dzero_copy_stream_unittest.cc208 void IoTest::ReadString(ZeroCopyInputStream* input, const std::string& str) { in ReadString() function in google::protobuf::io::__anon460830a50111::IoTest
Dcoded_stream_unittest.cc696 TEST_1D(CodedStreamTest, ReadString, kBlockSizes) { in TEST_1D() argument
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1464 String WebSnapshotDeserializer::ReadString(bool internalize) { in ReadString() function in v8::internal::WebSnapshotDeserializer
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc1545 MaybeHandle<String> ValueDeserializer::ReadString() { in ReadString() function in v8::internal::ValueDeserializer
/third_party/astc-encoder/Source/
Dtinyexr.h7275 static const char *ReadString(std::string *s, const char *ptr, size_t len) { in ReadString() function