Home
last modified time | relevance | path

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

/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.cc91 bool Tool::ReadString(Scope* scope, in ReadString() function in Tool
/third_party/mingw-w64/mingw-w64-headers/include/
Dcmnquery.h77 …STDMETHOD(ReadString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPWSTR pBuffer,INT cchBuffer) PURE; in DECLARE_INTERFACE_() local
/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::__anon1c23d79b0111::IoTest
Dcoded_stream_unittest.cc696 TEST_1D(CodedStreamTest, ReadString, kBlockSizes) { in TEST_1D() argument