Searched defs:TextFormat (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp253 std::string ShowFunction, bool TextFormat,
267 bool doTextFormatDump = (Show && ShowCounts && TextFormat);
330 if (ShowCounts && TextFormat)
367 cl::opt<bool> TextFormat(
402 ShowAllFunctions, ShowFunction, TextFormat, OS);
251 showInstrProfile(std::string Filename, bool ShowCounts, bool ShowIndirectCallTargets, bool ShowAllFunctions, std::string ShowFunction, bool TextFormat, raw_fd_ostream &OS) argument
/external/protobuf/src/google/protobuf/
H A Dtext_format.h62 class LIBPROTOBUF_EXPORT TextFormat { class in namespace:google::protobuf
132 // Like TextFormat::Print
134 // Like TextFormat::PrintUnknownFields
137 // Like TextFormat::PrintToString
139 // Like TextFormat::PrintUnknownFieldsToString
142 // Like TextFormat::PrintFieldValueToString
297 // Interface that TextFormat::Parser can use to find extensions.
341 friend class TextFormat;
368 // Like TextFormat::Parse().
370 // Like TextFormat
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java56 public final class TextFormat { class
57 private TextFormat() {} method in class:TextFormat
60 Logger.getLogger(TextFormat.class.getName());
1168 * <p>Use {@link TextFormat#getParser()} to obtain the default parser, or
1794 * Thrown by {@link TextFormat#unescapeBytes} and
1795 * {@link TextFormat#unescapeText} when an invalid escape sequence is seen.
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 113 milliseconds