HomeSort by relevance Sort by last modified time
    Searched full:nested_name (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 136 vars["nested_name"] = descriptor_->name();
138 printer->Print(vars, "typedef $classname$ $nested_name$;\n");
143 "static const $nested_name$ $tag$ = $classname$_$tag$;\n");
147 "static inline bool $nested_name$_IsValid(int value) {\n"
150 "static const $nested_name$ $nested_name$_MIN =\n"
151 " $classname$_$nested_name$_MIN;\n"
152 "static const $nested_name$ $nested_name$_MAX =\n"
153 " $classname$_$nested_name$_MAX;\n
    [all...]
cpp_message.cc 414 printer->Print("typedef $nested_full_name$ $nested_name$;\n",
415 "nested_name", nested_type->name(),
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 549 const string nested_name = ModuleLevelDescriptorName( local
551 printer_->Print("$name$, ", "name", nested_name);
737 const string nested_name = ModuleLevelDescriptorName(descriptor); local
741 "$nested_name$.containing_type = $parent_name$;\n",
742 "nested_name", nested_name,
    [all...]

Completed in 2730 milliseconds