OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_level_enum_values
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
364
vector<pair<string, int> >
top_level_enum_values
;
local
377
top_level_enum_values
.push_back(
382
for (int i = 0; i <
top_level_enum_values
.size(); ++i) {
384
"name",
top_level_enum_values
[i].first,
385
"value", SimpleItoa(
top_level_enum_values
[i].second));
[
all
...]
Completed in 716 milliseconds