Home
last modified time | relevance | path

Searched refs:StartList (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter_test.cc84 ow_->StartList("")->EndList(); in TEST_F()
92 ->StartList("empty") in TEST_F()
117 ->StartList("nested") in TEST_F()
126 ow_->StartList("") in TEST_F()
136 ow_->StartList("") in TEST_F()
137 ->StartList("") in TEST_F()
187 ->StartList("items") in TEST_F()
192 ->StartList("empty") in TEST_F()
233 ->StartList("list") in TEST_F()
Djson_stream_parser_test.cc198 ow_.StartList("")->EndList(); in TEST_F()
320 ->StartList("snake_key") in TEST_F()
333 ow_.StartList("") in TEST_F()
349 ow_.StartList("") in TEST_F()
350 ->StartList("") in TEST_F()
384 ->StartList("l") in TEST_F()
385 ->StartList("") in TEST_F()
413 ow_.StartList("") in TEST_F()
425 ow_.StartList("") in TEST_F()
471 ow_.StartList("") in TEST_F()
[all …]
Dprotostream_objectsource_test.cc131 ->StartList("repFix32") in PrepareExpectingObjectWriterForRepeatedPrimitive()
136 ->StartList("repU32") in PrepareExpectingObjectWriterForRepeatedPrimitive()
140 ->StartList("repI32") in PrepareExpectingObjectWriterForRepeatedPrimitive()
145 ->StartList("repSf32") in PrepareExpectingObjectWriterForRepeatedPrimitive()
149 ->StartList("repS32") in PrepareExpectingObjectWriterForRepeatedPrimitive()
154 ->StartList("repFix64") in PrepareExpectingObjectWriterForRepeatedPrimitive()
158 ->StartList("repU64") in PrepareExpectingObjectWriterForRepeatedPrimitive()
163 ->StartList("repI64") in PrepareExpectingObjectWriterForRepeatedPrimitive()
167 ->StartList("repSf64") in PrepareExpectingObjectWriterForRepeatedPrimitive()
172 ->StartList("repS64") in PrepareExpectingObjectWriterForRepeatedPrimitive()
[all …]
Dprotostream_objectwriter_test.cc236 ->StartList("pseudonym") in TEST_P()
240 ->StartList("friend") in TEST_P()
491 ->StartList("rep_fix32") in TEST_P()
494 ->StartList("rep_u32") in TEST_P()
497 ->StartList("rep_i32") in TEST_P()
500 ->StartList("rep_sf32") in TEST_P()
503 ->StartList("rep_s32") in TEST_P()
506 ->StartList("rep_fix64") in TEST_P()
509 ->StartList("rep_u64") in TEST_P()
512 ->StartList("rep_i64") in TEST_P()
[all …]
Ddefault_value_objectwriter_test.cc85 ->StartList("repeatedDouble") in TEST_P()
106 ->StartList("repeatedDouble") in TEST_P()
126 ->StartList("repeatedDouble") in TEST_P()
Dexpecting_objectwriter.h76 MOCK_METHOD1(StartList, ObjectWriter*(StringPiece));
110 virtual ObjectWriter* StartList(StringPiece name) { in StartList() function
111 (name.empty() ? EXPECT_CALL(*mock_, StartList(IsEmpty())) in StartList()
112 : EXPECT_CALL(*mock_, StartList(StrEq(std::string(name))))) in StartList()
Dprotostream_objectwriter.cc263 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) { in StartList() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
274 ow_->StartList(""); in StartList()
276 ow_->StartList(name); in StartList()
421 writer->StartList(name_); in Replay()
647 ProtoStreamObjectWriter* ProtoStreamObjectWriter::StartList( in StartList() function in google::protobuf::util::converter::ProtoStreamObjectWriter
701 ProtoWriter::StartList(name); in StartList()
707 current_->any()->StartList(name); in StartList()
1256 is_list ? ProtoWriter::StartList(name) : ProtoWriter::StartObject(name); in Push()
Dprotostream_objectwriter.h126 ProtoStreamObjectWriter* StartList(StringPiece name) override;
154 void StartList(StringPiece name);
Dobject_writer.h71 virtual ObjectWriter* StartList(StringPiece name) = 0;
Djson_objectwriter.cc72 JsonObjectWriter* JsonObjectWriter::StartList(StringPiece name) { in StartList() function in google::protobuf::util::converter::JsonObjectWriter
Djson_objectwriter.h101 virtual JsonObjectWriter* StartList(StringPiece name);
Ddefault_value_objectwriter.h92 DefaultValueObjectWriter* StartList(StringPiece name) override;
Dproto_writer.h77 ProtoWriter* StartList(StringPiece name) override;
Ddefault_value_objectwriter.cc253 ow->StartList(name_); in WriteTo()
541 DefaultValueObjectWriter* DefaultValueObjectWriter::StartList( in StartList() function in google::protobuf::util::converter::DefaultValueObjectWriter
Dprotostream_objectsource.cc259 ow->StartList(name); in RenderList()
581 ow->StartList(field_name); in RenderStructListValue()
Djson_stream_parser.cc690 ow_->StartList(key_); in HandleBeginArray()
Dproto_writer.cc505 ProtoWriter* ProtoWriter::StartList(StringPiece name) { in StartList() function in google::protobuf::util::converter::ProtoWriter