index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
protoutil
/
src
/
ProtoOutputStream.cpp
Age
Commit message (
Expand
)
Author
2023-09-12
Don't depend on String8 cast to C string
Tomasz Wasilczyk
2020-03-23
Optimize memory usage in incidentd
Mike Ma
2019-09-04
Adapt to google::protobuf::uint64 type change
Colin Cross
2019-05-21
Add ProtoOutputStream.serializeToVector
Joe Onorato
2019-05-13
Persist active metric status across system server
Tej Singh
2019-03-26
incidentd can now handle multiple callers asking it for incident reports
Joe Onorato
2018-11-06
Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd
Colin Cross
2018-11-04
Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516
Colin Cross
2018-11-04
Revert "Adapt to google::protobuf::uint64 type change"
Colin Cross
2018-11-02
Adapt to google::protobuf::uint64 type change
Colin Cross
2018-04-27
Empty output if compact fails.
Yi Jin
2018-04-26
Use c++ template to reduce duped code.
Yi Jin
2018-04-25
Use function from libbase instead.
Yi Jin
2018-04-02
Merge "Use modern c++ code style for incidentd." into pi-dev
TreeHugger Robot
2018-03-30
Use modern c++ code style for incidentd.
Yi Jin
2018-03-30
Correctly use int types and fix uint64_t print.
Yi Jin
2018-03-05
Use uint64_t instead of long long as API type for consistent reason.
Yi Jin
2018-02-09
Add clear method to ProtoOutputStream so it is reusable by just
Yi Jin
2018-02-02
Fix the tag size in token of ProtoOutputStream.cpp, the java version has
Yi Jin
2017-11-16
Expose how many bytes are written in ProtoOutputStream
Yi Jin
2017-10-31
Refactor incident_helper to use protoutil and cppstream plugin.
Yi Jin
2017-10-30
Create a new API allowing callers to concat a serialized message field.
Yi Jin
2017-10-23
Fix several nits
Yi Jin
2017-10-13
Use ProtoOutputStream to strip Pii sensetive fields in incidentd
Yi Jin
2017-10-10
Implement go/streaming-proto native libs, part 2
Yi Jin