OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtoTextFormat
(Results
1 - 4
of
4
) sorted by null
/external/perf_data_converter/src/quipper/
conversion_utils.h
18
extern const char
kProtoTextFormat
[];
perf_converter.cc
19
using quipper::
kProtoTextFormat
;
78
<< " and '" <<
kProtoTextFormat
<< "' for proto text.";
conversion_utils.cc
58
if (format ==
kProtoTextFormat
) {
88
if (output.format ==
kProtoTextFormat
) {
114
const char
kProtoTextFormat
[] = "text";
conversion_utils_test.cc
30
output.format =
kProtoTextFormat
;
Completed in 118 milliseconds