OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nested_name
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc
160
vars["
nested_name
"] = descriptor_->name();
162
printer->Print(vars, "typedef $classname$ $
nested_name
$;\n");
167
"static const $
nested_name
$ $tag$ = $classname$_$tag$;\n");
171
"static inline bool $
nested_name
$_IsValid(int value) {\n"
174
"static const $
nested_name
$ $
nested_name
$_MIN =\n"
175
" $classname$_$
nested_name
$_MIN;\n"
176
"static const $
nested_name
$ $
nested_name
$_MAX =\n"
177
" $classname$_$
nested_name
$_MAX;\n")
[
all
...]
cpp_message.cc
721
printer->Print("typedef $nested_full_name$ $
nested_name
$;\n",
722
"
nested_name
", nested_type->name(),
[
all
...]
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
608
const string
nested_name
= ModuleLevelDescriptorName(
local
610
printer_->Print("$name$, ", "name",
nested_name
);
874
const string
nested_name
= ModuleLevelDescriptorName(descriptor);
local
[
all
...]
/external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp
432
namespace
nested_name
{
namespace
Completed in 107 milliseconds