OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectSource
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
object_source.h
45
// An
ObjectSource
is anything that can write to an ObjectWriter.
51
class LIBPROTOBUF_EXPORT
ObjectSource
{
53
virtual ~
ObjectSource
() {}
61
// This is useful when you chain
ObjectSource
together by embedding one
67
ObjectSource
() {}
71
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ObjectSource
);
protostream_objectsource.h
62
// An
ObjectSource
that can parse a stream of bytes as a protocol buffer.
75
class LIBPROTOBUF_EXPORT ProtoStreamObjectSource : public
ObjectSource
{
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
ObjectSource.java
31
public class
ObjectSource
extends Filter {
44
public
ObjectSource
(String name) {
58
throw new NullPointerException("
ObjectSource
producing frame with no object set!");
Completed in 270 milliseconds