Home
last modified time | relevance | path

Searched refs:RecordTo (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc273 inline void Tokenizer::RecordTo(string* target) { in RecordTo() function in google::protobuf::io::Tokenizer
295 RecordTo(&current_.text); in StartToken()
477 if (content != NULL) RecordTo(content); in ConsumeLineComment()
491 if (content != NULL) RecordTo(content); in ConsumeBlockComment()
513 if (content != NULL) RecordTo(content); in ConsumeBlockComment()
Dtokenizer.h293 inline void RecordTo(string* target);