Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc85 const google::protobuf::Enum& tech_enum, int number);
1083 const google::protobuf::Enum& tech_enum, int number) { in FindEnumValueByNumber() argument
1084 for (int i = 0; i < tech_enum.enumvalue_size(); ++i) { in FindEnumValueByNumber()
1085 const google::protobuf::EnumValue& ev = tech_enum.enumvalue(i); in FindEnumValueByNumber()