/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | printer.h | 182 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function 183 Annotate(varname, varname, descriptor); in Annotate() 191 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function 200 Annotate(begin_varname, end_varname, descriptor->file()->name(), path); in Annotate() 205 void Annotate(const char* varname, const string& file_name) { in Annotate() function 206 Annotate(varname, varname, file_name); in Annotate() 213 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function 220 Annotate(begin_varname, end_varname, file_name, empty_path); in Annotate() 310 void Annotate(const char* begin_varname, const char* end_varname,
|
D | printer_unittest.cc | 225 printer.Annotate("foo", "foo", &descriptor_1); in TEST() 226 printer.Annotate("bar", "bar", &descriptor_2); in TEST() 265 printer.Annotate("foo", "foo", &descriptor_1); in TEST() 266 printer.Annotate("bar", "bar", &descriptor_2); in TEST() 301 printer.Annotate("foo", "bar", &descriptor); in TEST() 326 printer.Annotate("baz", "bam", &descriptor); in TEST() 350 printer.Annotate("bar", "bar", &descriptor); in TEST() 438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple"); in TEST() 453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative"); in TEST() 468 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "bar", &descriptor), in TEST()
|
D | printer.cc | 89 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_shared_code_generator.cc | 100 printer->Annotate("classname", file_->name()); in Generate()
|
D | java_enum_lite.cc | 94 printer->Annotate("classname", descriptor_); in Generate()
|
D | java_message.cc | 272 printer->Annotate("classname", "idend", descriptor_); in GenerateInterface() 317 printer->Annotate("classname", descriptor_); in Generate() 331 printer->Annotate("classname", descriptor_); in Generate()
|
D | java_enum.cc | 94 printer->Annotate("classname", descriptor_); in Generate()
|
D | java_file.cc | 262 printer->Annotate("classname", file_->name()); in Generate()
|
D | java_message_lite.cc | 144 printer->Annotate("classname", "idend", descriptor_); in GenerateInterface()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 405 printer->Annotate("enumname", it->second); in Print() 413 printer->Annotate("classname", it->second); in Print() 921 printer->Annotate("classname", it->second); in GenerateMessageForwardDeclarations()
|
D | cpp_enum.cc | 87 printer->Annotate("enumbase", descriptor_); in GenerateDefinition()
|
D | cpp_message.cc | 901 printer->Annotate("classname", descriptor_); in GenerateClassDefinition()
|