Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h710 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
715 inline bool WireFormatLite::ReadString(io::CodedInputStream* input, in ReadString() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs296 private string ReadString() in ReadString() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
DCodedInputStream.cs542 public string ReadString() in ReadString() method in Google.Protobuf.CodedInputStream
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp87 bool WARN_UNUSED ReadString(std::istream& stream, char out[kIdmapStringLength]) { in ReadString() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.cc263 bool CodedInputStream::ReadString(string* buffer, int size) { in ReadString() function in google::protobuf::io::CodedInputStream
Dzero_copy_stream_unittest.cc203 void IoTest::ReadString(ZeroCopyInputStream* input, const string& str) { in ReadString() function in google::protobuf::io::__anon102c8a530111::IoTest
Dcoded_stream_unittest.cc648 TEST_1D(CodedStreamTest, ReadString, kBlockSizes) { in TEST_1D() argument