Searched defs:ReadString (Results 1 – 11 of 11) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ParseContext.cs | 220 public string ReadString() in ReadString() method
|
| D | JsonTokenizer.cs | 324 private string ReadString() in ReadString() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
|
| D | CodedInputStream.cs | 421 public string ReadString() in ReadString() method in Google.Protobuf.CodedInputStream
|
| D | ParsingPrimitives.cs | 558 … public static string ReadString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadString() method in Google.Protobuf.ParsingPrimitives
|
| /third_party/gn/src/gn/ |
| D | tool.cc | 91 bool Tool::ReadString(Scope* scope, in ReadString() function in Tool
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | cmnquery.h | 77 …STDMETHOD(ReadString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPWSTR pBuffer,INT cchBuffer) PURE; in DECLARE_INTERFACE_() local
|
| /third_party/protobuf/src/google/protobuf/ |
| D | parse_context.h | 153 PROTOBUF_MUST_USE_RESULT const char* ReadString(const char* ptr, int size, in ReadString() function
|
| D | wire_format_lite.h | 874 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/ |
| D | coded_stream.cc | 258 bool CodedInputStream::ReadString(std::string* buffer, int size) { in ReadString() function in google::protobuf::io::CodedInputStream
|
| D | zero_copy_stream_unittest.cc | 208 void IoTest::ReadString(ZeroCopyInputStream* input, const std::string& str) { in ReadString() function in google::protobuf::io::__anon1c23d79b0111::IoTest
|
| D | coded_stream_unittest.cc | 696 TEST_1D(CodedStreamTest, ReadString, kBlockSizes) { in TEST_1D() argument
|