Searched refs:GetFieldNumberForType (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/conformance/
H A Dconformance_test.cc149 uint32_t GetFieldNumberForType(FieldDescriptor::Type type, bool repeated) { function in namespace:__anon16889
503 uint32_t fieldnum = GetFieldNumberForType(type, false);
504 uint32_t rep_fieldnum = GetFieldNumberForType(type, true);

Completed in 52 milliseconds