Home
last modified time | relevance | path

Searched refs:GenerateImplementation (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.h74 void GenerateImplementation(io::Printer* printer);
Dcpp_service.cc174 void ServiceGenerator::GenerateImplementation(io::Printer* printer) { in GenerateImplementation() function in google::protobuf::compiler::cpp::ServiceGenerator
Dcpp_file.cc359 service_generators_[i]->GenerateImplementation(printer); in GenerateSource()
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorCPP.pm126 $object->GenerateImplementation($dataNode);
576 sub GenerateImplementation subroutine
DCodeGeneratorObjC.pm311 $object->GenerateImplementation($dataNode) unless $noImpl;
1045 sub GenerateImplementation subroutine
DCodeGeneratorV8.pm103 $object->GenerateImplementation($dataNode);
1693 sub GenerateImplementation subroutine
DCodeGeneratorJS.pm112 $object->GenerateImplementation($dataNode);
1193 sub GenerateImplementation subroutine
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1664519 (GenerateImplementation): Compute the number of elements that will
80408 (GenerateImplementation): Remove existing NodeFilter special case that
80448 (GenerateImplementation): Remove the check for multiple parents. Remove
DChangeLog-2010-05-2416267 Move code out of GenerateImplementation to make it more smaller