OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:master_type_
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.cc
64
master_type_
(type),
72
master_type_
(type),
201
parent_->
master_type_
.name()));
245
parent_->
master_type_
.name()));
282
parent_->
master_type_
.name()));
421
this,
master_type_
.name() == kAnyType ? Item::ANY : Item::MESSAGE,
426
if (
master_type_
.name() == kStructType) {
434
if (
master_type_
.name() == kStructValueType) {
448
if (
master_type_
.name() == kStructListValueType) {
587
if (
master_type_
.name() == kStructValueType)
[
all
...]
proto_writer.h
286
//
master_type_
: descriptor for the whole protobuf message.
288
const google::protobuf::Type&
master_type_
;
member in class:google::protobuf::util::converter::ProtoWriter
protostream_objectwriter.h
323
//
master_type_
: descriptor for the whole protobuf message.
324
const google::protobuf::Type&
master_type_
;
member in class:google::protobuf::util::converter::ProtoStreamObjectWriter
proto_writer.cc
63
:
master_type_
(type),
80
:
master_type_
(type),
427
element_.reset(new ProtoElement(typeinfo_,
master_type_
, this));
Completed in 54 milliseconds