HomeSort by relevance Sort by last modified time
    Searched defs:StartList (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
expecting_objectwriter.h 75 MOCK_METHOD1(StartList, ObjectWriter*(StringPiece));
109 virtual ObjectWriter* StartList(StringPiece name) {
111 ? EXPECT_CALL(*mock_, StartList(IsEmpty()))
112 : EXPECT_CALL(*mock_, StartList(StrEq(name.ToString()))))
json_objectwriter.cc 71 JsonObjectWriter* JsonObjectWriter::StartList(StringPiece name) {
default_value_objectwriter.cc 233 ow->StartList(name_);
507 DefaultValueObjectWriter* DefaultValueObjectWriter::StartList(
protostream_objectwriter.cc 238 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) {
254 ow_->StartList("");
256 ow_->StartList(name);
354 // With the above JSON representation, we will only call StartList() on the
569 ProtoStreamObjectWriter* ProtoStreamObjectWriter::StartList(StringPiece name) {
588 // We got a StartList with google.protobuf.Value master type. This means
606 // We got a StartList with google.protobuf.ListValue master type. This
622 ProtoWriter::StartList(name);
628 current_->any()->StartList(name);
    [all...]
proto_writer.cc 472 ProtoWriter* ProtoWriter::StartList(StringPiece name) {

Completed in 1539 milliseconds