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

  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc 57 void TypeInfoTestHelper::ResetTypeInfo(
75 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor) {
78 ResetTypeInfo(descriptors);
81 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor1,
86 ResetTypeInfo(descriptors);
protostream_objectwriter_test.cc 115 ResetTypeInfo(descriptors);
124 ResetTypeInfo(descriptors);
127 void ResetTypeInfo(vector<const Descriptor*> descriptors) {
129 helper_.ResetTypeInfo(descriptors);
134 void ResetTypeInfo(const Descriptor* descriptor) {
137 ResetTypeInfo(descriptors);
300 ResetTypeInfo(Primitive::descriptor());
373 ResetTypeInfo(Primitive::descriptor());
406 ResetTypeInfo(Primitive::descriptor());
874 ResetTypeInfo(descriptors)
    [all...]

Completed in 88 milliseconds