Home
last modified time | relevance | path

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

/third_party/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.cc197 ow_.StartList("")->EndList(); in TEST_F()
319 ->StartList("snake_key") in TEST_F()
359 ow_.StartList("") in TEST_F()
375 ow_.StartList("") in TEST_F()
376 ->StartList("") in TEST_F()
410 ->StartList("l") in TEST_F()
411 ->StartList("") in TEST_F()
439 ow_.StartList("") in TEST_F()
451 ow_.StartList("") in TEST_F()
497 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.cc239 ->StartList("pseudonym") in TEST_P()
243 ->StartList("friend") in TEST_P()
495 ->StartList("rep_fix32") in TEST_P()
498 ->StartList("rep_u32") in TEST_P()
501 ->StartList("rep_i32") in TEST_P()
504 ->StartList("rep_sf32") in TEST_P()
507 ->StartList("rep_s32") in TEST_P()
510 ->StartList("rep_fix64") in TEST_P()
513 ->StartList("rep_u64") in TEST_P()
516 ->StartList("rep_i64") in TEST_P()
[all …]
Ddefault_value_objectwriter_test.cc86 ->StartList("repeatedDouble") in TEST_P()
107 ->StartList("repeatedDouble") in TEST_P()
127 ->StartList("repeatedDouble") in TEST_P()
Dexpecting_objectwriter.h77 MOCK_METHOD(ObjectWriter*, StartList, (StringPiece), (override));
117 virtual ObjectWriter* StartList(StringPiece name) { in StartList() function
118 (name.empty() ? EXPECT_CALL(*mock_, StartList(IsEmpty())) in StartList()
119 : EXPECT_CALL(*mock_, StartList(Eq(std::string(name))))) in StartList()
Dprotostream_objectwriter.cc261 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) { in StartList() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
272 ow_->StartList(""); in StartList()
274 ow_->StartList(name); in StartList()
419 writer->StartList(name_); in Replay()
654 ProtoStreamObjectWriter* ProtoStreamObjectWriter::StartList( in StartList() function in google::protobuf::util::converter::ProtoStreamObjectWriter
708 ProtoWriter::StartList(name); in StartList()
714 current_->any()->StartList(name); in StartList()
1304 is_list ? ProtoWriter::StartList(name) : ProtoWriter::StartObject(name); in Push()
Dprotostream_objectwriter.h130 ProtoStreamObjectWriter* StartList(StringPiece name) override;
158 void StartList(StringPiece name);
Dobject_writer.h73 virtual ObjectWriter* StartList(StringPiece name) = 0;
Djson_objectwriter.cc69 JsonObjectWriter* JsonObjectWriter::StartList(StringPiece name) { in StartList() function in google::protobuf::util::converter::JsonObjectWriter
Djson_objectwriter.h118 JsonObjectWriter* StartList(StringPiece name) override;
Ddefault_value_objectwriter.h90 DefaultValueObjectWriter* StartList(StringPiece name) override;
Dproto_writer.h79 ProtoWriter* StartList(StringPiece name) override;
Ddefault_value_objectwriter.cc252 ow->StartList(name_); in WriteTo()
538 DefaultValueObjectWriter* DefaultValueObjectWriter::StartList( in StartList() function in google::protobuf::util::converter::DefaultValueObjectWriter
Dprotostream_objectsource.cc258 ow->StartList(name); in RenderList()
579 ow->StartList(field_name); in RenderStructListValue()
Djson_stream_parser.cc744 ow_->StartList(key_); in HandleBeginArray()
Dproto_writer.cc507 ProtoWriter* ProtoWriter::StartList( in StartList() function in google::protobuf::util::converter::ProtoWriter
/third_party/jerryscript/jerry-core/ext/
Dheapdump.c46 static void StartList(void) in StartList() function
372 StartList(); in DumpInfoObject()