Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc150 uint32_t GetFieldNumberForType(FieldDescriptor::Type type, bool repeated) { in GetFieldNumberForType() function
504 uint32_t fieldnum = GetFieldNumberForType(type, false); in TestPrematureEOFForType()
505 uint32_t rep_fieldnum = GetFieldNumberForType(type, true); in TestPrematureEOFForType()