Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dobject_location_tracker.h45 class ObjectLocationTracker : public LocationTrackerInterface {
48 ObjectLocationTracker() {} in ObjectLocationTracker() function
50 virtual ~ObjectLocationTracker() {} in ~ObjectLocationTracker()
56 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ObjectLocationTracker);
Dprotostream_objectwriter.h68 class ObjectLocationTracker; variable
Dproto_writer.h67 class ObjectLocationTracker; variable
Dproto_writer.cc75 tracker_(new ObjectLocationTracker()) {} in ProtoWriter()
92 tracker_(new ObjectLocationTracker()) {} in ProtoWriter()