Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dprinter.h182 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,
Dprinter_unittest.cc225 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()
Dprinter.cc89 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/
Djava_shared_code_generator.cc100 printer->Annotate("classname", file_->name()); in Generate()
Djava_enum_lite.cc94 printer->Annotate("classname", descriptor_); in Generate()
Djava_message.cc272 printer->Annotate("classname", "idend", descriptor_); in GenerateInterface()
317 printer->Annotate("classname", descriptor_); in Generate()
331 printer->Annotate("classname", descriptor_); in Generate()
Djava_enum.cc94 printer->Annotate("classname", descriptor_); in Generate()
Djava_file.cc262 printer->Annotate("classname", file_->name()); in Generate()
Djava_message_lite.cc144 printer->Annotate("classname", "idend", descriptor_); in GenerateInterface()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_file.cc405 printer->Annotate("enumname", it->second); in Print()
413 printer->Annotate("classname", it->second); in Print()
921 printer->Annotate("classname", it->second); in GenerateMessageForwardDeclarations()
Dcpp_enum.cc87 printer->Annotate("enumbase", descriptor_); in GenerateDefinition()
Dcpp_message.cc901 printer->Annotate("classname", descriptor_); in GenerateClassDefinition()