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

  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 121 std::string GetStubName(const FileDescriptor& file) {
238 context->Open(GetStubName(*file) + ".h"));
240 context->Open(GetStubName(*file) + ".cc"));
259 cc_printer.Print("#include \"$h$\"\n", "h", GetStubName(*file) + ".h");
  /external/libchrome/base/android/jni_generator/
jni_registration_generator.py 177 'STUB_NAME': self.helper.GetStubName(native),
237 'STUB_NAME': self.helper.GetStubName(native)
jni_generator.py 815 def GetStubName(self, native):
    [all...]

Completed in 556 milliseconds