Home
last modified time | relevance | path

Searched refs:ResetTypeInfo (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dtype_info_test_helper.cc57 void TypeInfoTestHelper::ResetTypeInfo( in ResetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
75 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor) { in ResetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
78 ResetTypeInfo(descriptors); in ResetTypeInfo()
81 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor1, in ResetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
86 ResetTypeInfo(descriptors); in ResetTypeInfo()
Dtype_info_test_helper.h67 void ResetTypeInfo(const vector<const Descriptor*>& descriptors);
70 void ResetTypeInfo(const Descriptor* descriptor);
71 void ResetTypeInfo(const Descriptor* descriptor1,
Dprotostream_objectwriter_test.cc115 ResetTypeInfo(descriptors); in BaseProtoStreamObjectWriterTest()
124 ResetTypeInfo(descriptors); in BaseProtoStreamObjectWriterTest()
127 void ResetTypeInfo(vector<const Descriptor*> descriptors) { in ResetTypeInfo() function in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest
129 helper_.ResetTypeInfo(descriptors); in ResetTypeInfo()
134 void ResetTypeInfo(const Descriptor* descriptor) { in ResetTypeInfo() function in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest
137 ResetTypeInfo(descriptors); in ResetTypeInfo()
300 ResetTypeInfo(Primitive::descriptor()); in TEST_P()
373 ResetTypeInfo(Primitive::descriptor()); in TEST_P()
406 ResetTypeInfo(Primitive::descriptor()); in TEST_P()
874 ResetTypeInfo(descriptors); in ProtoStreamObjectWriterTimestampDurationTest()
[all …]
Dprotostream_objectsource_test.cc104 helper_.ResetTypeInfo(Book::descriptor()); in ProtostreamObjectSourceTest()
526 helper_.ResetTypeInfo(MapOut::descriptor()); in ProtostreamObjectSourceMapsTest()
667 helper_.ResetTypeInfo(AnyOut::descriptor(), in ProtostreamObjectSourceAnysTest()
841 helper_.ResetTypeInfo(StructType::descriptor(), in ProtostreamObjectSourceStructTest()
887 helper_.ResetTypeInfo(FieldMaskTest::descriptor(), in ProtostreamObjectSourceFieldMaskTest()
951 helper_.ResetTypeInfo(TimestampDuration::descriptor()); in ProtostreamObjectSourceTimestampTest()
Ddefault_value_objectwriter_test.cc53 helper_.ResetTypeInfo(descriptor); in BaseDefaultValueObjectWriterTest()