Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dobject_location_tracker.h45 class ObjectLocationTracker : public LocationTrackerInterface {
48 ObjectLocationTracker() {} in ObjectLocationTracker() function
50 ~ObjectLocationTracker() override {} in ~ObjectLocationTracker()
56 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ObjectLocationTracker);
Dprotostream_objectwriter.h60 class ObjectLocationTracker; variable
Dproto_writer.h61 class ObjectLocationTracker; variable
Dproto_writer.cc81 tracker_(new ObjectLocationTracker()) {} in ProtoWriter()
102 tracker_(new ObjectLocationTracker()) {} in ProtoWriter()