Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsupport.cc47 string ReadString(void) { in ReadString() function
63 string ReadString(void) { in ReadString() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs187 public string ReadString() => ParsingPrimitives.ReadString(ref buffer, ref state); in ReadString() method
DCodedInputStream.cs395 public string ReadString() in ReadString() method in Google.Protobuf.CodedInputStream
DJsonTokenizer.cs301 private string ReadString() in ReadString() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
DParsingPrimitives.cs532 … 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/grpc/third_party/upb/upb/io/
Dzero_copy_stream_test.cc113 void IoTest::ReadString(upb_ZeroCopyInputStream* input, in ReadString() function in upb::__anon1440fee30111::IoTest
/third_party/protobuf/upb/io/
Dzero_copy_stream_test.cc113 void IoTest::ReadString(upb_ZeroCopyInputStream* input, in ReadString() function in upb::__anon045f68590111::IoTest
/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.h178 PROTOBUF_NODISCARD const char* ReadString(const char* ptr, int size, in ReadString() function
Dwire_format_lite.h923 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
928 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc254 bool CodedInputStream::ReadString(std::string* buffer, int size) { in ReadString() function in google::protobuf::io::CodedInputStream
Dcoded_stream_unittest.cc758 TEST_P(BlockSizes, ReadString) { in TEST_P() argument
Dzero_copy_stream_unittest.cc200 void IoTest::ReadString(ZeroCopyInputStream* input, const std::string& str) { in ReadString() function in google::protobuf::io::__anond544f3460111::IoTest
/third_party/astc-encoder/Source/
Dtinyexr.h7275 static const char *ReadString(std::string *s, const char *ptr, size_t len) { in ReadString() function