Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc85 const google::protobuf::Enum& tech_enum, int number);
1089 const google::protobuf::Enum& tech_enum, int number) { in FindEnumValueByNumber() argument
1090 for (int i = 0; i < tech_enum.enumvalue_size(); ++i) { in FindEnumValueByNumber()
1091 const google::protobuf::EnumValue& ev = tech_enum.enumvalue(i); in FindEnumValueByNumber()