Home
last modified time | relevance | path

Searched refs:LocationTrackerInterface (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Derror_listener.h59 virtual void InvalidName(const LocationTrackerInterface& loc,
63 virtual void InvalidValue(const LocationTrackerInterface& loc,
67 virtual void MissingField(const LocationTrackerInterface& loc,
84 virtual void InvalidName(const LocationTrackerInterface& loc, in InvalidName()
87 virtual void InvalidValue(const LocationTrackerInterface& loc, in InvalidValue()
90 virtual void MissingField(const LocationTrackerInterface& loc, in MissingField()
Dlocation_tracker.h45 class LIBPROTOBUF_EXPORT LocationTrackerInterface {
47 virtual ~LocationTrackerInterface() {} in ~LocationTrackerInterface()
53 LocationTrackerInterface() {} in LocationTrackerInterface() function
57 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(LocationTrackerInterface);
Dmock_error_listener.h49 MOCK_METHOD3(InvalidName, void(const LocationTrackerInterface& loc,
52 MOCK_METHOD3(InvalidValue, void(const LocationTrackerInterface& loc,
54 MOCK_METHOD2(MissingField, void(const LocationTrackerInterface& loc,
Dproto_writer.h126 const LocationTrackerInterface& location() { in location()
146 class LIBPROTOBUF_EXPORT ProtoElement : public BaseElement, public LocationTrackerInterface {
320 google::protobuf::scoped_ptr<LocationTrackerInterface> tracker_;
Dobject_location_tracker.h45 class ObjectLocationTracker : public LocationTrackerInterface {
/external/protobuf/src/google/protobuf/util/
Djson_util.cc113 virtual void InvalidName(const converter::LocationTrackerInterface& loc, in InvalidName()
119 virtual void InvalidValue(const converter::LocationTrackerInterface& loc, in InvalidValue()
127 virtual void MissingField(const converter::LocationTrackerInterface& loc, in MissingField()