Home
last modified time | relevance | path

Searched refs:PrintField (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
Dtext_format.py72 PrintField(field, element, out, indent, as_utf8, as_one_line)
74 PrintField(field, value, out, indent, as_utf8, as_one_line)
77 def PrintField(field, value, out, indent=0, as_utf8=False, as_one_line=False): function
/external/protobuf/python/google/protobuf/
Dtext_format.py113 PrintField(field, element, out, indent, as_utf8, as_one_line,
117 PrintField(field, value, out, indent, as_utf8, as_one_line,
122 def PrintField(field, value, out, indent=0, as_utf8=False, as_one_line=False, function
/external/protobuf/src/google/protobuf/
Dtext_format.h227 void PrintField(const Message& message,
Dtext_format.cc1427 PrintField(message, reflection, fields[i], generator); in Print()
1449 void TextFormat::Printer::PrintField(const Message& message, in PrintField() function in google::protobuf::TextFormat::Printer