OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtoStreamObjectSource
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.h
71
//
ProtoStreamObjectSource
os(&in_stream, /*ServiceTypeInfo*/ typeinfo,
75
class LIBPROTOBUF_EXPORT
ProtoStreamObjectSource
: public ObjectSource {
77
ProtoStreamObjectSource
(google::protobuf::io::CodedInputStream* stream,
81
virtual ~
ProtoStreamObjectSource
();
132
ProtoStreamObjectSource
(google::protobuf::io::CodedInputStream* stream,
136
typedef util::Status (*TypeRenderer)(const
ProtoStreamObjectSource
*,
167
static util::Status RenderTimestamp(const
ProtoStreamObjectSource
* os,
172
static util::Status RenderDuration(const
ProtoStreamObjectSource
* os,
178
static util::Status RenderDouble(const
ProtoStreamObjectSource
* os,
181
static util::Status RenderFloat(const
ProtoStreamObjectSource
* os
[
all
...]
protostream_objectsource.cc
115
ProtoStreamObjectSource
::
ProtoStreamObjectSource
(
128
ProtoStreamObjectSource
::
ProtoStreamObjectSource
(
141
ProtoStreamObjectSource
::~
ProtoStreamObjectSource
() {
147
Status
ProtoStreamObjectSource
::NamedWriteTo(StringPiece name,
152
const google::protobuf::Field*
ProtoStreamObjectSource
::FindAndVerifyField(
172
Status
ProtoStreamObjectSource
::WriteMessage(const google::protobuf::Type& type,
230
StatusOr<uint32>
ProtoStreamObjectSource
::RenderList
[
all
...]
type_info_test_helper.cc
91
ProtoStreamObjectSource
* TypeInfoTestHelper::NewProtoSource(
96
return new
ProtoStreamObjectSource
(coded_input, type_resolver_.get(),
type_info_test_helper.h
77
ProtoStreamObjectSource
* NewProtoSource(io::CodedInputStream* coded_input,
protostream_objectsource_test.cc
121
google::protobuf::scoped_ptr<
ProtoStreamObjectSource
> os(
/external/protobuf/src/google/protobuf/util/
json_util.cc
81
converter::
ProtoStreamObjectSource
proto_source(&in_stream, resolver, type);
Completed in 157 milliseconds