Home
last modified time | relevance | path

Searched defs:PrintField (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/
Dtext_format.py73 def PrintField(field, value, out, indent = 0): function
/external/protobuf/src/google/protobuf/
Dtext_format.cc924 void TextFormat::Printer::PrintField(const Message& message, in PrintField() function in google::protobuf::TextFormat::Printer