Searched refs:protobuf (Results 1 – 10 of 10) sorted by relevance
/development/tools/winscope/loaders/ |
D | proto-loader.js | 19 var protobuf = require('protobufjs'); variable 27 var root = new protobuf.Root(); 33 var normOrigin = protobuf.util.path.normalize(origin); 34 var normTarget = protobuf.util.path.normalize(target); 36 var resolved = protobuf.util.path.resolve(normOrigin, normTarget, true); 43 var iresolved = protobuf.util.path.resolve(paths[i] + "/", target);
|
/development/vndk/tools/header-checker/src/diff_merge/ |
D | merge_abi_diff.cpp | 79 google::protobuf::io::OstreamOutputStream text_os(&text_output); in MergeDiffReports() 86 google::protobuf::io::IstreamInputStream text_is(&input); in MergeDiffReports() 87 if (!google::protobuf::TextFormat::Parse(&text_is, &diff_tu)) { in MergeDiffReports() 108 if (!google::protobuf::TextFormat::Print(merged_tu_diff, &text_os)) { in MergeDiffReports()
|
/development/vndk/tools/header-checker/ |
D | Android.bp | 160 "src/repr/protobuf/converter.cpp", 161 "src/repr/protobuf/ir_diff_dumper.cpp", 162 "src/repr/protobuf/ir_dumper.cpp", 163 "src/repr/protobuf/ir_reader.cpp",
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | ir_reader.cpp | 45 google::protobuf::io::IstreamInputStream text_is(&input); in ReadDump() 47 if (!google::protobuf::TextFormat::Parse(&text_is, &tu)) { in ReadDump() 133 const google::protobuf::RepeatedPtrField<abi_dump::RecordFieldDecl> &rfp) { in RecordFieldsProtobufToIR() 146 const google::protobuf::RepeatedPtrField<abi_dump::CXXBaseSpecifier> &rbs) { in RecordCXXBaseSpecifiersProtobufToIR() 180 const google::protobuf::RepeatedPtrField<abi_dump::EnumFieldDecl> &efp) { in EnumFieldsProtobufToIR()
|
D | converter.cpp | 69 google::protobuf::RepeatedPtrField<T> *dst, in CopyBaseSpecifiersDiffIRToProtobuf() 200 google::protobuf::RepeatedPtrField<abi_dump::EnumFieldDecl> *dst, in AddEnumFields() 212 google::protobuf::RepeatedPtrField<abi_diff::EnumFieldDeclDiff> *dst, in AddEnumFieldDiffs()
|
D | ir_reader.h | 37 using RepeatedPtrField = google::protobuf::RepeatedPtrField<T>;
|
D | ir_diff_dumper.cpp | 367 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() 368 return google::protobuf::TextFormat::Print(*diff_tu_.get(), &text_os); in Dump()
|
D | ir_dumper.cpp | 491 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() 492 return google::protobuf::TextFormat::Print(*tu_ptr_.get(), &text_os); in Dump()
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.lock | 35 name = "github.com/golang/protobuf"
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | project.csv | 103 2018/03/02,platform/external/protobuf,platform/external/protobuf,Modified Projects,1460,448521,8492… 129 2018/03/02,platform/external/golang-protobuf,,Downstream Only Projects,0,0,0,0,0 345 2018/03/02,platform/external/python/protobuf,,Downstream Only Projects,0,0,0,0,0
|