Searched refs:LocationTrackerInterface (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ |
D | error_listener.h | 59 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()
|
D | location_tracker.h | 45 class LIBPROTOBUF_EXPORT LocationTrackerInterface { 47 virtual ~LocationTrackerInterface() {} in ~LocationTrackerInterface() 53 LocationTrackerInterface() {} in LocationTrackerInterface() function 57 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(LocationTrackerInterface);
|
D | mock_error_listener.h | 49 MOCK_METHOD3(InvalidName, void(const LocationTrackerInterface& loc, 52 MOCK_METHOD3(InvalidValue, void(const LocationTrackerInterface& loc, 54 MOCK_METHOD2(MissingField, void(const LocationTrackerInterface& loc,
|
D | proto_writer.h | 126 const LocationTrackerInterface& location() { in location() 146 class LIBPROTOBUF_EXPORT ProtoElement : public BaseElement, public LocationTrackerInterface { 320 google::protobuf::scoped_ptr<LocationTrackerInterface> tracker_;
|
D | object_location_tracker.h | 45 class ObjectLocationTracker : public LocationTrackerInterface {
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 113 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()
|