Home
last modified time | relevance | path

Searched refs:ObjectSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dobject_source.h51 class LIBPROTOBUF_EXPORT ObjectSource {
53 virtual ~ObjectSource() {} in ~ObjectSource()
67 ObjectSource() {} in ObjectSource() function
71 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ObjectSource);
Dprotostream_objectsource.h75 class LIBPROTOBUF_EXPORT ProtoStreamObjectSource : public ObjectSource {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DObjectSource.java31 public class ObjectSource extends Filter { class
44 public ObjectSource(String name) { in ObjectSource() method in ObjectSource